SELECT 
  SQL_CALC_FOUND_ROWS `B`.`brand_id`, 
  `B`.`brand`, 
  COALESCE(F.path, "") AS image, 
  `PC`.`category_id` 
FROM 
  `cscart_brands` AS `B` 
  LEFT JOIN `files__images` AS `FI` ON `B`.`brand_id` = `FI`.`object_id` 
  AND `FI`.`object_type` = "brand" 
  LEFT JOIN `files` AS `F` ON `F`.`id` = `FI`.`file_id` 
  LEFT JOIN `cscart_products` AS `P` ON `B`.`brand_id` = `P`.`brand_id` 
  LEFT JOIN `cscart_products_categories` AS `PC` ON `PC`.`product_id` = `P`.`product_id` 
  AND `PC`.`link_type` = 'M' 
WHERE 
  1 
  AND `PC`.`category_id` IN (558, 559, 560, 712) 
  AND `P`.`status` = 'A' 
GROUP BY 
  `B`.`brand_id`, 
  `B`.`brand` 
ORDER BY 
  `B`.`brand` ASC 
LIMIT 
  0, 20

Query time 0.00184

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "269.15"
    },
    "ordering_operation": {
      "using_filesort": true,
      "grouping_operation": {
        "using_temporary_table": true,
        "using_filesort": false,
        "nested_loop": [
          {
            "table": {
              "table_name": "PC",
              "access_type": "range",
              "possible_keys": [
                "PRIMARY",
                "link_type",
                "pt",
                "idx_pc_product_id_type"
              ],
              "key": "link_type",
              "used_key_parts": [
                "link_type",
                "category_id"
              ],
              "key_length": "6",
              "rows_examined_per_scan": 169,
              "rows_produced_per_join": 169,
              "filtered": "100.00",
              "using_index": true,
              "cost_info": {
                "read_cost": "17.21",
                "eval_cost": "16.90",
                "prefix_cost": "34.11",
                "data_read_per_join": "2K"
              },
              "used_columns": [
                "product_id",
                "category_id",
                "link_type"
              ],
              "attached_condition": "((`dev2`.`PC`.`category_id` in (558,559,560,712)) and (`dev2`.`PC`.`link_type` = 'M'))"
            }
          },
          {
            "table": {
              "table_name": "P",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY",
                "status",
                "cscart_products_brand_id_index",
                "cscart_products_product_id_index",
                "idx_status"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "product_id"
              ],
              "key_length": "3",
              "ref": [
                "dev2.PC.product_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 122,
              "filtered": "72.23",
              "cost_info": {
                "read_cost": "42.25",
                "eval_cost": "12.21",
                "prefix_cost": "93.26",
                "data_read_per_join": "920K"
              },
              "used_columns": [
                "product_id",
                "status",
                "brand_id"
              ],
              "attached_condition": "((`dev2`.`P`.`status` = 'A') and (`dev2`.`P`.`brand_id` is not null))"
            }
          },
          {
            "table": {
              "table_name": "B",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY",
                "cscart_brands_pk2"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "brand_id"
              ],
              "key_length": "4",
              "ref": [
                "dev2.P.brand_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 122,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "30.52",
                "eval_cost": "12.21",
                "prefix_cost": "135.98",
                "data_read_per_join": "418K"
              },
              "used_columns": [
                "brand_id",
                "brand"
              ]
            }
          },
          {
            "table": {
              "table_name": "FI",
              "access_type": "ref",
              "possible_keys": [
                "idx_fi_object_id_type"
              ],
              "key": "idx_fi_object_id_type",
              "used_key_parts": [
                "object_id",
                "object_type"
              ],
              "key_length": "5",
              "ref": [
                "dev2.P.brand_id",
                "const"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 123,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "30.92",
                "eval_cost": "12.37",
                "prefix_cost": "179.27",
                "data_read_per_join": "2K"
              },
              "used_columns": [
                "object_id",
                "object_type",
                "file_id"
              ]
            }
          },
          {
            "table": {
              "table_name": "F",
              "access_type": "eq_ref",
              "possible_keys": [
                "PRIMARY"
              ],
              "key": "PRIMARY",
              "used_key_parts": [
                "id"
              ],
              "key_length": "4",
              "ref": [
                "dev2.FI.file_id"
              ],
              "rows_examined_per_scan": 1,
              "rows_produced_per_join": 123,
              "filtered": "100.00",
              "cost_info": {
                "read_cost": "77.51",
                "eval_cost": "12.37",
                "prefix_cost": "269.15",
                "data_read_per_join": "460K"
              },
              "used_columns": [
                "id",
                "path"
              ]
            }
          }
        ]
      }
    }
  }
}

Result

brand_id brand image category_id
3060 ANKAI https://s3.timeweb.cloud/482029f9-prod/brands__images/3060_53f9631e2828_ankai.png 559
627 FOTON https://s3.timeweb.cloud/482029f9-prod/brands__images/627_937f8898211a_FOTON.jpeg 559
3062 HIGER 559
3061 KING LONG https://s3.timeweb.cloud/482029f9-prod/brands__images/3061_b2e473350468_King_Long.png 559
2143 YUTONG https://s3.timeweb.cloud/482029f9-prod/brands__images/2143_e4624e339f4f_yutong.jpeg 559
3063 ZHONG TONG https://s3.timeweb.cloud/482029f9-prod/brands__images/3063_cf6256b393be_Zhong_Tong.png 559
2312 ГАЗ https://s3.timeweb.cloud/482029f9-prod/brands__images/2312_1d82b83ccb48_%25D0%2593%25D0%2590%25D0%2597.jpeg 560
3173 КАВЗ 558
2461 КАМАЗ https://s3.timeweb.cloud/482029f9-prod/brands__images/2461_e3272c707eff_%25D0%25BA%25D0%25B0%25D0%25BC%25D0%25B0%25D0%25B7.jpeg 712
3174 ПАЗ 558
2950 УРАЛ https://s3.timeweb.cloud/482029f9-prod/brands__images/2950_178e51a7840b_%25D1%2583%25D1%2580%25D0%25B0%25D0%25BB.jpeg 712
2951 УРАЛ СПЕЦ ТРАКТ 712