INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4adf016cc90226701dbb416e3ab1e8dbfa938bc02c44fd5ff4ebc4229eb08e3e', 
    'fpzLy7kXp6ww+epwdSsueuHKNqZ1Rql1GHHD14z0AYg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00020

Result

int(1)