INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'aee7291e3f3a701121e0788a5b9433524115a27af0db57909b428391638fe303', 
    'Io7DCgZRmLsRuUR1Xl3hH81wGqHgwZo2re5gR0riUuQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)