INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9f9c5371af6849607c3e59eedbe13d5ea3881ee71bdb6920c6fb40e7ed8789c4', 
    'HyxQpHF7kmN5Yk43F1quWflNs5iT/Z5RNQysi4+17Y0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)