UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 29, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 87 
WHERE 
  product_id IN (
    11028, 11029, 11030, 11031, 11032, 11033, 
    11034, 11035, 11036, 11037, 11038, 
    11039, 11040, 11041, 11042, 11043, 
    11044, 11045, 11046
  )

Query time 0.00031