SELECT 
  product_id 
FROM 
  cscart_products_categories 
WHERE 
  category_id = 1760

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_products_categories",
      "access_type": "ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["category_id"],
      "ref": ["const"],
      "rows": 90,
      "filtered": 100,
      "using_index": true
    }
  }
}

Result

product_id
12544
12545
12546
12547
12548
12549
12550
12552
12554
12555
12556
12557
12558
12559
12560
12561
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
12583
12584
12585
12586
12587
12588
12589
12590
12591
12592
12593
12594
12595
12597
12599
12601
12604
12605
12606
12608
12610
12618
12621
12622
12623
12624
12625
12626
12630
12631
12632
12633
12634
12635
12636
12637
12638
12639
12640
12641
12642
12643
12644
12645
12646
12652
12654
12656
13091