INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6132d45c8b679a8076e9e96ce0a9c9005b29a9376f4d47506b0893924637f77e', 
    'h0TaqGansSS4p5gLm1Hppe0KopqKNqhPfWh4we2itpg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00042

Result

int(1)