INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'baeeed1e586138d1eebeadbbeaaa313f0b903f5b27c6457eaab5d6004afeab32', 
    'QRkisSGj1+Nr81Y5n0JYbuXf7x/qzFRDamL+lZLO0ps=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)