UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 100, 
  `added` = 31, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 55455 
WHERE 
  product_id IN (51206, 51207, 51208, 51209)

Query time 0.00051

Result

int(4)