INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'da4f87ca82fe5533af579c58fffec66fe3aab2e9b75af281c9f3dfdc8b006b6e', 
    'l8ZKGTE1PRxU0WQmNIksOZCWiAGgW5P5+ZZq5PLRzyc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)