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

Query time 0.00119

JSON explain

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

Result

filter_id feature_id
1 0
7 15
8 16
9 17
10 18
313 549
312 548
348 0
349 646
474 456
475 825
476 826
477 827
478 828
479 829
480 830
481 831
482 832
483 833
484 834
485 835
486 836
487 837
488 838
489 839
490 840
491 841
492 842
493 843
494 844
495 845
496 846
497 847
498 848
499 849
500 850
501 851
502 852
503 853
504 854
505 855
506 856
507 857
508 858
509 859
510 860
511 861
512 862
513 863
514 864
515 865
516 866
517 867
518 868
519 869
520 870
521 871
522 872
523 873
524 874
525 875
526 876
527 877
528 878
529 879
530 880
531 881
532 882
533 883
534 884
535 885
536 886
537 887
538 888
539 889
540 890
541 891
542 892
543 893
544 894
545 895
546 896
547 897
548 898
549 899
550 900
551 901
552 902
553 903
554 904
555 905
556 906
557 907
558 908
559 909
560 910
561 911
562 912
563 913
564 914
565 915
566 916
567 917
568 918
569 919
570 920
571 921
572 922
573 923