INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '504882f0860971f69e7a88cc3f9d4408baad64e3d6f765f148225deeb5429018', 
    'Lgixy+Sf0fPEZTTJosQ1phx1ipo7qullBtQ1LNxfQ/w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)