UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 33, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 99 
WHERE 
  product_id IN (
    11006, 11007, 11008, 11009, 11010, 11011, 
    11012, 11013, 11014, 11015, 11016, 
    11017, 11018, 11019, 11020, 11021, 
    11022, 11023, 11024, 11025, 11026
  )

Query time 0.00048