INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'dfa85500fcbd853d2024572592f9618c472ff7f814905c1878fefd9b19120ee5', 
    'hYV+WB9OauxNCYat2w8KILLOCoR6u3vRJUcKhYiR8+U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)