INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '95443e3ceb280e519749d71d0fec0abef3b43cad7724bb02e9e48492e8f18424', 
    'BEX/R4psZruou4sKtZdLxNeI6CZRyNUUW0iaSlYFLkg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00074

Result

int(1)