INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed4de122a86d4bdc9bb3e7138ed5c30678f144f90deb8f9844bed3f6fed35a16', 
    'wcEQdmYhhR/xuReUwvrHtsC0nG2sP+MeGRr7Tn867cA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)