INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '01b669696416a67ebd302a68b2f31dbd076e7da3bc2f98e62741e09a43dc1be3', 
    'IGJj7uplT6DJgz2Znq6CKVXPLAXAxYscs1L0XYsZYMo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)