SELECT 
  filter_id, 
  feature_id 
FROM 
  cscart_product_filters 
WHERE 
  status = 'A'

Query time 0.00053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.70"
    },
    "table": {
      "table_name": "cscart_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 104,
      "rows_produced_per_join": 10,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "22.62",
        "eval_cost": "2.08",
        "prefix_cost": "24.70",
        "data_read_per_join": "8K"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`danishecarter_21_apr`.`cscart_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
1 0
7 15
8 16
9 17
10 18
313 549
312 548
314 550
315 551
316 552
317 553
318 554
319 555
320 556
321 557
322 558
323 559
324 560
325 561
326 562
327 563
328 564
329 565
330 566
331 567
332 568
333 569
334 570
335 571
336 572
337 573
338 574
339 575
340 576
341 577
342 578
343 579
344 580
345 581
346 582
347 583
348 584
349 585
350 586
351 587
352 588
353 589
354 590
355 591
356 592
357 593
358 594
359 595
360 596
361 597
362 598
363 599
364 600
365 601
366 602
367 603
368 604
369 605
370 606
371 607
372 608
373 609
374 610
375 611
376 612
377 613
378 614
379 615
380 616
381 617
382 618
383 619
384 620
385 621
386 622
387 623
388 624
389 625
390 626
391 627
392 628
393 629
394 630
395 631
396 632
397 633
398 634
399 635
400 636
401 637
402 638
403 639
404 640
405 641
406 642
407 643
408 644
409 645
410 646