INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2de51c9ee79c9ebe86a3e0664c6924502150e8e444cb0adda44012dcb5f83d4e', 
    'aepew2rG/Ybo6CuLFMqiCTj2N4N5pawIbFvPdBLbKAE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)