INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e7950fbc6b53fec26387343637777482a65f3413d70c5e0e0d982ecb39730e21', 
    'lz3VIAxBP5KjTJYo/GcF2pq4p4Eh8pulEfJmr2R1iLw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)