UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 1732, 
  `added` = 1, 
  `deleted` = 0, 
  `bought` = 0, 
  `total` = 5201 
WHERE 
  product_id IN (
    35974, 35975, 35976, 35977, 35978, 35979, 
    35980, 35981, 35982, 35983, 35984
  )

Query time 0.00107

Result

int(11)