INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2c7569b7ef853e667e5860efeb587b0e4fb771673a9a3884e534281b7c7e74af', 
    'GhQRAsE0vYa8ap//+t76fhtpommASOr5e/ooyZxkTQw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00065

Result

int(1)