INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '813ad7812482adbe5af4f646c4c18ea19ef1919210e369bc3ac1338c11e48565', 
    'bowGCebIES3TBX4b0XcPxBtP9P9fneZ3hgGZAgsWuhE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)