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

Query time 0.00100

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": 31,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id
35810
35811
35812
35813
35814
35815
35816
35817
35818
35819
35820
35821
35822
35823
35824
35825
35826
35827
35828
35829
35830
35831
35832
35833
35834
35835
35836
35841
35842
35843
35837
35838
35839
35840