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

Query time 0.00096

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

Result

product_id
37496
37532
37533
37534
37535
37536
37537
37538
37539
37540
37541
37542
37543
37544
37546
37547
37548
37549
37550
37551
37552
37553
37554
37555
37556
37557
37558
37559
37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
37572
37573
37574
37575
37576
37577
37578
37579
37580
37581
37582
37583
37584
37585
37586
37587
37588
37589
37590
37591
37592
37593
37594
37595
37596
37597
37598
37599
37600
37601
37602
37603
37604
37605