SELECT 
  cscart_products.product_id, 
  cscart_products.product_code, 
  cscart_products.product_type, 
  cscart_products.status, 
  cscart_products.company_id, 
  cscart_products.list_price, 
  cscart_products.amount, 
  cscart_products.weight, 
  cscart_products.tracking, 
  cscart_products.is_edp 
FROM 
  cscart_products 
WHERE 
  cscart_products.product_id IN (
    332, 334, 335, 330, 329, 328, 333, 331
  )

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.21"
    },
    "table": {
      "table_name": "cscart_products",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "index_condition": "(`danishecarter_25_march`.`cscart_products`.`product_id` in (332,334,335,330,329,328,333,331))",
      "cost_info": {
        "read_cost": "17.61",
        "eval_cost": "1.60",
        "prefix_cost": "19.21",
        "data_read_per_join": "35K"
      },
      "used_columns": [
        "product_id",
        "product_code",
        "product_type",
        "status",
        "company_id",
        "list_price",
        "amount",
        "weight",
        "is_edp",
        "tracking"
      ]
    }
  }
}

Result

product_id product_code product_type status company_id list_price amount weight tracking is_edp
328 mdc_364510670 P A 2 3000.00 1 0.000 N
329 mdc_399533351 P A 2 50000.00 1 0.000 N
330 mdc_415731175 P A 2 0.00 1 0.000 N
331 mdc_418928772 P A 2 0.00 1 39000.000 N
332 mdc_421005442 P A 2 10710.00 1 0.000 N
333 mdc_421010830 P A 3 11781.00 1 39000.000 N
334 mdc_421014709 P A 3 16660.00 1 39000.000 N
335 mdc_421019214 P A 3 21420.00 1 39000.000 N