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

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "25.32"
    },
    "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.18",
        "eval_cost": "2.14",
        "prefix_cost": "25.32",
        "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
672 1022
673 1023
674 1024
675 1025
676 1026
677 1027
678 1028
679 1029
680 1030
681 1031
682 1032
683 1033
684 1034
685 1035
686 1036
687 1037
688 1038
689 1039
690 1040
691 1041
692 1042
693 1043
694 1044
695 1045
696 1046
697 1047
698 1048
699 1049
700 1050
701 1051
702 1052
703 1053
704 1054
705 1055
706 1056
707 1057
708 1058
709 1059
710 1060
711 1061
712 1062
713 1063
714 1064
715 1065
716 1066
717 1067
718 1068
719 1069
720 1070
721 1071
722 1072
723 1073
724 1074
725 1075
726 1076
727 1077
728 1078
729 1079
730 1080
731 1081
732 1082
733 1083
734 1084
735 1085
736 1086
737 1087
738 1088
739 1089
740 1090
741 1091
742 1092
743 1093
744 1094
745 1095
746 1096
747 1097
748 1098
749 1099
750 1100
751 1101
752 1102
753 1103
754 1104
755 1105
771 1135
757 1107
758 1108
759 1109
760 1110
761 1111
762 1112
763 1113
765 1115
766 1116
767 1117
768 1118
770 1134