INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1cb02542430be8a35e362d43e040cd19b748def06afdb674d7daf2c5e12d2b4c', 
    'M56ZFMjhdUGHdtWibhJouaY5xs1BkLLsOXAiOC91rCM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)