UPDATE 
  cscart_product_popularity 
SET 
  `viewed` = 3607, 
  `added` = 5, 
  `deleted` = 16, 
  `bought` = 2, 
  `total` = 10946 
WHERE 
  product_id IN (
    42013, 42014, 42015, 42016, 42017, 42018, 
    42019, 42020, 42021, 42022, 42023
  )

Query time 0.02520

Result

int(11)