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

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.78"
    },
    "table": {
      "table_name": "cscart_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 42,
      "rows_produced_per_join": 4,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "4.36",
        "eval_cost": "0.42",
        "prefix_cost": "4.78",
        "data_read_per_join": "268"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`dev_yourmart_co_bw`.`cscart_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
316 0
315 563
1 0
314 552
317 558
318 0
319 0
320 603
321 599
322 565
323 566
324 598
325 602
326 596
327 582
328 572
329 568
330 589
331 590
332 561
333 562
334 581
335 595
336 597
337 551
338 576
339 575
340 564
341 574
342 577
343 594
344 570
345 583
346 567
347 591
348 593
349 588
350 580
351 578
352 600
353 586
354 584