INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '031da9dbaf8803aa956ae98dab3eb08ec171f42825ffc9cf798e33a4f9f1d980', 
    'H2GHPDQw4BVrdoHcMyxA3S9YkfIkYeSRi5CR3D3kwSM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)