INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '09e57026c3181fc3935a3ac0e867603f4b1c94e84a7378a31713a5ec38406320', 
    'lIf8S5eOu8XGkaAMNmv27NZdA5R5vGMNrTzpUi/tB3g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)