INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '3a71e06edcdb27303de2140b2c5f36ccaa8e930210dfe05cc8f9b541555265ac', 
    '8fcXaiPgF2BsCmlpDRi5cCYtJwsL1k8OGSNcLZrhYJ8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)