UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 49, 
  `added` = 11, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 187 
WHERE 
  product_id IN (
    432515, 432516, 432517, 432518, 432519, 
    432520, 432521, 432522
  )

Query time 0.00284

Result

int(8)