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

Query time 0.00047

JSON explain

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

Result

filter_id feature_id
1 0
7 15
8 16
9 17
10 18
313 549
312 548
336 0
370 45
594 1041
595 1042
596 1043
597 1044
598 1045
599 1046
600 1047
601 1048
602 1049
603 1050
604 1051
605 1052
606 1053
607 1054
608 1055
609 1056
610 1057
611 1058
612 1059
613 1060
614 1061
615 1062
616 1063
617 1064
618 1065
619 1066
620 1067
621 1068
622 1069
623 1070
624 1071
625 1072
626 1073
627 1074
628 1075
629 1076
630 1077
631 1078
632 1079
633 1080
634 1081
635 1082
636 1083
637 1084
638 1085
639 1086
640 1087
641 1088
642 1089
643 1090
644 1091
645 1092
646 1093
647 1094
697 1144
649 1096
650 1097
651 1098
652 1099
653 1100
654 1101
655 1102
656 1103
657 1104
658 1105
659 1106
660 1107
661 1108
662 1109
663 1110
664 1111
665 1112
666 1113
667 1114
668 1115
669 1116
670 1117
671 1118
672 1119
673 1120
709 1156
708 1155
707 1154
706 1153
705 1152
704 1151
688 1135
689 1136
690 1137
691 1138
692 1139
693 1140
694 1141
695 1142
696 1143
698 1145
699 1146
700 1147