SELECT 
  filter_id, 
  feature_id 
FROM 
  cscart_product_filters 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_product_filters.filter_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'product_filters'
  ) 
WHERE 
  status = 'A'

Query time 0.00112

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.54"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_filters",
          "access_type": "ALL",
          "possible_keys": [
            "PRIMARY"
          ],
          "rows_examined_per_scan": 72,
          "rows_produced_per_join": 7,
          "filtered": "10.00",
          "cost_info": {
            "read_cost": "7.30",
            "eval_cost": "0.72",
            "prefix_cost": "8.02",
            "data_read_per_join": "518"
          },
          "used_columns": [
            "filter_id",
            "feature_id",
            "status"
          ],
          "attached_condition": "(`unicomps`.`cscart_product_filters`.`status` = 'A')"
        }
      },
      {
        "table": {
          "table_name": "cscart_ult_objects_sharing",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "share_object_id",
            "share_company_id",
            "share_object_type"
          ],
          "key_length": "159",
          "ref": [
            "unicomps.cscart_product_filters.filter_id",
            "const",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 7,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "1.80",
            "eval_cost": "0.72",
            "prefix_cost": "10.54",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "share_company_id",
            "share_object_id",
            "share_object_type"
          ],
          "attached_condition": "(`unicomps`.`cscart_ult_objects_sharing`.`share_object_id` = `unicomps`.`cscart_product_filters`.`filter_id`)"
        }
      }
    ]
  }
}

Result

filter_id feature_id
256 147
257 148
258 149
259 150
260 151
261 152
281 172
263 154
264 155
265 156
266 127
129 2
117 1
232 117
233 118
235 120
236 121
237 122
238 123
239 125
240 126
241 129
242 130
243 133
244 134
245 135
246 137
247 138
248 139
249 140
250 141
251 142
253 144
254 145
255 146
229 0
267 157
268 158
269 159
270 160
271 161
272 162
273 163
274 164
275 165
276 166
277 167
278 168
279 170
280 171
282 176
283 177
284 178
285 179
286 180
287 174
288 181
289 185
290 186
291 187
292 188
293 189
295 191
296 192
297 193
298 194
299 195
300 196
301 197
311 361
309 359
310 360