INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '41009245f7b1b09d7677e941af8c0884732f7953795274670302071edcf5bb66', 
    'DLqbrMYPIfy2JnVONDtCo38BnSsNXCTLLgwSPgxnvrg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)