INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8455259711187c0097ba7a84d902c1bd98b66317d5c03ff4053ca38a1ebf7036', 
    'ZgVY+G4H2xma/6tcGrZhY7hGYtG6K8tN6zXM4rgTUbE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)