INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '62a2494e2efd2ffd14e46cee11841645dd1fa44b460e4bd61158b275b8a33d07', 
    '/LK3jqroZj8blE72ErZXvqoh+AgcBKW9fRSJ5kFEW0k=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)