INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9b9b0361b0ee62cb79e8fc69317576e847dfff3fd6e95d8d8d02764a0204f9fe', 
    'XYdea22tCy4ZQ8c32x3UQZtDzt3WIxrsdUKKMWZTu04=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)