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

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.91"
    },
    "table": {
      "table_name": "cscart_product_filters",
      "access_type": "ALL",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 1,
      "filtered": "25.00",
      "cost_info": {
        "read_cost": "0.81",
        "eval_cost": "0.10",
        "prefix_cost": "0.91",
        "data_read_per_join": "72"
      },
      "used_columns": [
        "filter_id",
        "feature_id",
        "status"
      ],
      "attached_condition": "(`betaatif_store`.`cscart_product_filters`.`status` = 'A')"
    }
  }
}

Result

filter_id feature_id
1 3
2 1
3 6
4 0