INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '713e93e177b3cc0a8b7ed9f6ea7af8e668af1265715f6746d11afb9d6e00e7e5', 
    'Y3Y0I7tesMq25DQrTB7HxC297/B86YdKDPgauBU5GA4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00052

Result

int(1)