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

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}