SELECT 
  product_id 
FROM 
  cscart_product_popularity 
WHERE 
  product_id IN (
    15634, 15633, 15632, 15631, 15630, 15629, 
    15628, 15627, 15626
  )

Query time 0.01151

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_popularity",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "total"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["product_id"],
          "rows": 9,
          "filtered": 100,
          "attached_condition": "cscart_product_popularity.product_id in (15634,15633,15632,15631,15630,15629,15628,15627,15626)",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id
15626
15627
15628
15629
15630
15631
15632
15633
15634