INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '632a6560e326ed9368c96bd742b3f227601153188cade722494e17f936e40b78', 
    'u1/cd5Afcfyp9GVQZcEzYM0FpkLMsmuLY81YAIs1SlU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)