INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fb168b2e5e60418e530c21f9967143bc75d0fe29886beeddbe999463015625fe', 
    'GdUPKanY3NPCSU9N5CAnTnB0ZMANUGZQNU7DUjUxZn8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)