SELECT 
  cscart_products_categories.product_id, 
  GROUP_CONCAT(
    IF(
      cscart_products_categories.link_type = "M", 
      CONCAT(
        cscart_products_categories.category_id, 
        "M"
      ), 
      cscart_products_categories.category_id
    )
  ) AS category_ids, 
  product_position_source.position AS position 
FROM 
  cscart_products_categories 
  INNER JOIN cscart_categories ON cscart_categories.category_id = cscart_products_categories.category_id 
  AND cscart_categories.storefront_id IN (0, 1) 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  LEFT JOIN cscart_products_categories AS product_position_source ON cscart_products_categories.product_id = product_position_source.product_id 
  AND product_position_source.category_id = 7291 
WHERE 
  cscart_products_categories.product_id IN (
    89579, 89581, 89583, 89585, 89587, 89578, 
    89580, 89582, 89584, 89586, 89588, 
    89577, 85567, 89576, 94024, 94025, 
    95558, 95559, 95560, 95638, 95645, 
    95646, 95653, 95933, 95936, 95940, 
    96677, 96684, 96685, 96693, 98445, 
    99507, 99511, 99515, 100361, 100362, 
    100363, 100364, 100365, 100366, 100367, 
    100368, 100369, 100370, 100371, 100372, 
    100373, 100384, 100385
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00129

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.38"
    },
    "grouping_operation": {
      "using_filesort": false,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_products_categories",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY",
              "link_type",
              "pt"
            ],
            "key": "pt",
            "used_key_parts": [
              "product_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 49,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "5.18",
              "eval_cost": "4.90",
              "prefix_cost": "10.08",
              "data_read_per_join": "784"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (89579,89581,89583,89585,89587,89578,89580,89582,89584,89586,89588,89577,85567,89576,94024,94025,95558,95559,95560,95638,95645,95646,95653,95933,95936,95940,96677,96684,96685,96693,98445,99507,99511,99515,100361,100362,100363,100364,100365,100366,100367,100368,100369,100370,100371,100372,100373,100384,100385))"
          }
        },
        {
          "table": {
            "table_name": "product_position_source",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "pt"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id",
              "product_id"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "nuie_scalesta_net.cscart_products_categories.product_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.25",
              "eval_cost": "4.90",
              "prefix_cost": "27.23",
              "data_read_per_join": "784"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY",
              "c_status",
              "p_category_id"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id"
            ],
            "key_length": "3",
            "ref": [
              "nuie_scalesta_net.cscart_products_categories.category_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "12.25",
              "eval_cost": "0.25",
              "prefix_cost": "44.38",
              "data_read_per_join": "6K"
            },
            "used_columns": [
              "category_id",
              "usergroup_ids",
              "status",
              "storefront_id"
            ],
            "attached_condition": "((`nuie_scalesta_net`.`cscart_categories`.`storefront_id` in (0,1)) and ((`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`nuie_scalesta_net`.`cscart_categories`.`usergroup_ids`))) and (`nuie_scalesta_net`.`cscart_categories`.`status` in ('A','H')))"
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
85567 7291M 0
89576 7291M 0
89577 7291M 0
89578 7291M 0
89579 7291M 0
89580 7291M 0
89581 7291M 0
89582 7291M 0
89583 7291M 0
89584 7291M 0
89585 7291M 0
89586 7291M 0
89587 7291M 0
89588 7291M 0
94024 7291M 0
94025 7291M 0
95558 7291M 0
95559 7291M 0
95560 7291M 0
95638 7291M 0
95645 7291M 0
95646 7291M 0
95653 7291M 0
95933 7291M 0
95936 7291M 0
95940 7291M 0
96677 7291M 0
96684 7291M 0
96685 7291M 0
96693 7291M 0
98445 7291M 0
99507 7291M 0
99511 7291M 0
99515 7291M 0
100361 7291M 0
100362 7291M 0
100363 7291M 0
100364 7291M 0
100365 7291M 0
100366 7291M 0
100367 7291M 0
100368 7291M 0
100369 7291M 0
100370 7291M 0
100371 7291M 0
100372 7291M 0
100373 7291M 0
100384 7291M 0
100385 7291M 0