INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '49749ef5d6aa506eced8e5f7719c639306d2df27df8568ba4eb5fa8aeb9e4ab8', 
    '8XgsrhFG+qjWSw1t2lY9/7PEatT00Y0NGWbu9xUSrRY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00158

Result

int(1)