UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 42502, 
  `added` = 14413, 
  `deleted` = 2, 
  `bought` = 0, 
  `total` = 199569 
WHERE 
  product_id IN (200, 201, 202, 203, 204)

Query time 0.00028

Result

int(5)