UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 33, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 99 
WHERE 
  product_id IN (
    11068, 11069, 11070, 11071, 11072, 11073, 
    11074, 11075, 11076, 11077, 11078, 
    11079, 11080, 11081, 11082, 11083, 
    11084, 11085, 11086, 11087, 11088
  )

Query time 0.00053