INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a31ff5cb304f0ee35ea32f6c06167c11b220de4b78e9473d3be19fd8f30f1c06', 
    '7aX/3r3228tktDrrT85PXPKTX48LV4ZObOw1BkPbZHA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)