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 = 7170 
WHERE 
  cscart_products_categories.product_id IN (
    82617, 82625, 82626, 83418, 83420, 83490, 
    83491, 86651, 86720, 87300, 87301, 
    89814, 89866, 89938, 91504, 82840, 
    82913, 82986, 83400, 83410, 86604, 
    86673, 82612, 83411, 88249, 85302, 
    85399, 85450, 85501, 83014, 83015, 
    83546, 83547, 90847, 90848, 90926, 
    90927, 90743, 90744, 90746, 90747, 
    90749, 90750, 90752, 90753, 84319, 
    84320, 85275
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00241

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "47.96"
    },
    "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": 84,
            "rows_produced_per_join": 84,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "8.69",
              "eval_cost": "8.40",
              "prefix_cost": "17.09",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (82617,82625,82626,83418,83420,83490,83491,86651,86720,87300,87301,89814,89866,89938,91504,82840,82913,82986,83400,83410,86604,86673,82612,83411,88249,85302,85399,85450,85501,83014,83015,83546,83547,90847,90848,90926,90927,90743,90744,90746,90747,90749,90750,90752,90753,84319,84320,85275))"
          }
        },
        {
          "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": 4,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "21.00",
              "eval_cost": "0.42",
              "prefix_cost": "46.49",
              "data_read_per_join": "10K"
            },
            "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')))"
          }
        },
        {
          "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": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.05",
              "eval_cost": "0.42",
              "prefix_cost": "47.96",
              "data_read_per_join": "67"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
82612 7170,7171M 0
82617 7170,7171M 0
82625 7170,7171M 0
82626 7170,7171M 0
82840 7192M
82913 7192M
82986 7192M
83014 7170,7191M 0
83015 7170,7191M 0
83400 7192M
83410 7170,7192M 0
83411 7170,7171M 0
83418 7170,7171M 0
83420 7170,7171M 0
83490 7170,7171M 0
83491 7170,7171M 0
83546 7170,7191M 0
83547 7170,7191M 0
84319 7223M
84320 7223M
85275 7170,7191M 0
85302 7192M
85399 7192M
85450 7192M
85501 7192M
86604 7170,7191,7310M 0
86651 7170,7171M 0
86673 7170,7191,7310M 0
86720 7170,7171M 0
87300 7170,7171M 0
87301 7170,7171M 0
88249 7170,7213M 0
89814 7192M
89866 7192M
89938 7192M
90743 7170,7191M 0
90744 7170,7191M 0
90746 7170,7191M 0
90747 7170,7191M 0
90749 7170,7191M 0
90750 7170,7191M 0
90752 7170,7191M 0
90753 7170,7191M 0
90847 7191,7170M 0
90848 7191,7170M 0
90926 7191,7170M 0
90927 7191,7170M 0
91504 7192M