UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 110, 
  `added` = 77, 
  `deleted` = 7, 
  `bought` = 1, 
  `total` = 55564 
WHERE 
  product_id IN (51398, 51399)

Query time 0.00041

Result

int(2)