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

Query time 0.00042

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.15"
    },
    "table": {
      "table_name": "cscart_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 29,
      "rows_produced_per_join": 2,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "2.86",
        "eval_cost": "0.29",
        "prefix_cost": "3.15",
        "data_read_per_join": "185"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`nuie_scalesta_net`.`cscart_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
2 0
4 0
6 171
7 212
8 216
9 2
10 205
11 232
13 31
14 209
15 117
16 214
19 188
22 269
23 267
24 308
25 237
26 236
27 186
28 11
29 123
31 173
33 256
34 278
35 208
36 213
37 3
38 1
40 310