SELECT 
  `product_id` 
FROM 
  cscart_products 
WHERE 
  `parent_product_id` = '36466'

Query time 0.00052

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_products",
          "access_type": "ref",
          "possible_keys": ["idx_parent_product_id"],
          "key": "idx_parent_product_id",
          "key_length": "4",
          "used_key_parts": ["parent_product_id"],
          "ref": ["const"],
          "rows": 18,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id
36589
36590
36584
36585
36580
36581
36578
36579
36591
36592
36593
36594
36595
36596
36588
36582
36583
36586
36587