UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 33, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 99 
WHERE 
  product_id IN (
    11112, 11113, 11114, 11115, 11116, 11117, 
    11118, 11119, 11120, 11121, 11122, 
    11123, 11124, 11125, 11126, 11127, 
    11128, 11129, 11130, 11131, 11132
  )

Query time 0.00096