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

Query time 0.00122

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

Result

product_id
34152
34151
34120
34121
34122
34123
34124
34125
34126
34127
34128
34129
34130
34131
34132
34133
34134
34135
34136
34137
34119
34150
34149
34148
34147
34146
34145
34144
34143
34142
34141
34140
34139
34138
34118
34153
34154
34155
34156
34157
34158
34159
34160
34161
34162
34163
34164
34165
34166
34167
34168
34169
34170
34171
34172
34173
34174
34175
34176
34177
34178
34179
34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
34191
34192
34193
34194
34195
34196
34197
34198
34199
34200
34201