INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '85f1fc57073740e199edd1e5fd37ce10a61020d97ef61241c5392096ee064cfb', 
    '24IfnDNKlhfvWGObYS4OLGfPVErU4aARpy0DGRA13iw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)