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

Query time 0.00019

Result

int(1)