INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'afe82a3243911de984eeb6317e9be6b35b1a3a8935971cc1faed3d5a1ea3a1e8', 
    '7w1sotiLmQEIyTT3WMZgAvWAFdAG78Rr3twvRX63SGs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)