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

Query time 0.00058

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
34054
34056
34057
34059
34060
34062
34063
34065
34066
34068
34069
34071
34072
34074
34075
34076
34077
34079
34080
34082
34083
34085
34086
34088
34089
34091
34092
34094
34095
34097
34098
34100
34101