INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4d7223116770bd5f4f59c6692003d490e94004bd75cd1f1b28b66d2306f36b89', 
    'EJhi8tdsbG+cBwNPWjPmuhYckh2D09+d5Cx47LunG+I=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)