INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '916e08203bb75529e543b4e7e5a7742293f980e3e87811069993f5c3c3be4730', 
    'hWhR8y7ZbM+x17LKSG6lcx3WCvlP+7hDf/uBVyGr2QE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)