UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 18, 
  `added` = 0, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 60 
WHERE 
  product_id IN (
    1434, 1435, 1436, 1437, 1438, 1439, 3721, 
    5145, 5146, 5147, 5148, 7502, 7503, 
    7584, 7585, 7622, 7623, 7660, 7661, 
    7698, 7699
  )

Query time 0.00047