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

Query time 0.00041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.62"
    },
    "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": "22.48",
        "eval_cost": "2.14",
        "prefix_cost": "24.62",
        "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
496 943
497 944
498 945
499 946
500 947
501 948
502 949
503 950
504 951
505 952
506 953
507 954
508 955
509 956
510 957
511 958
512 959
513 960
514 961
515 962
516 963
517 964
518 965
519 966
520 967
521 968
522 969
523 970
524 971
525 972
526 973
527 974
528 975
529 976
530 977
531 978
532 979
533 980
534 981
535 982
536 983
537 984
538 985
539 986
540 987
541 988
542 989
543 990
544 991
545 992
546 993
547 994
548 995
549 996
550 997
551 998
552 999
553 1000
554 1001
555 1002
556 1003
557 1004
558 1005
559 1006
560 1007
561 1008
562 1009
563 1010
564 1011
565 1012
566 1013
567 1014
568 1015
569 1016
570 1017
571 1018
572 1019
573 1020
574 1021
575 1022
576 1023
577 1024
578 1025
579 1026
580 1027
581 1028
582 1029
583 1030
584 1031
585 1032
586 1033
587 1034
588 1035
589 1036
590 1037
591 1038
592 1039
593 1040