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 = 7219 
WHERE 
  cscart_products_categories.product_id IN (
    92229, 92230, 92231, 92237, 92469, 92470, 
    92471, 85585, 91892, 92150, 92197, 
    92457, 92240, 92245, 92247, 92248, 
    92249, 92250, 92252, 92253, 92485, 
    92486, 92487, 85578, 92241, 92242, 
    92243, 92244, 92246, 92251, 92483, 
    92484, 92440, 92186, 92187, 92188, 
    92189, 92190, 92441, 85582, 92488, 
    92476, 92477, 92478, 92479, 92480, 
    92481, 92482
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00315

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "93.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": 165,
            "rows_produced_per_join": 165,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "16.82",
              "eval_cost": "16.50",
              "prefix_cost": "33.32",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (92229,92230,92231,92237,92469,92470,92471,85585,91892,92150,92197,92457,92240,92245,92247,92248,92249,92250,92252,92253,92485,92486,92487,85578,92241,92242,92243,92244,92246,92251,92483,92484,92440,92186,92187,92188,92189,92190,92441,85582,92488,92476,92477,92478,92479,92480,92481,92482))"
          }
        },
        {
          "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": 8,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "41.25",
              "eval_cost": "0.83",
              "prefix_cost": "91.07",
              "data_read_per_join": "21K"
            },
            "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": 8,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.06",
              "eval_cost": "0.83",
              "prefix_cost": "93.96",
              "data_read_per_join": "132"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
85578 7341,7342,7343,7157M
85582 7341,7342,7343,7157M
85585 7341,7342,7343,7157M
91892 7341,7342,7343,7157M
92150 7341,7342,7343,7157M
92186 7341,7342,7343,7157M
92187 7341,7342,7343,7157M
92188 7341,7342,7343,7157M
92189 7341,7342,7343,7157M
92190 7341,7342,7343,7157M
92197 7341,7342,7343,7157M
92229 7341,7342,7343,7157M
92230 7341,7342,7343,7157M
92231 7341,7342,7343,7157M
92237 7341,7342,7343,7157M
92240 7313,7338,7219M 0
92241 7313,7338,7219M 0
92242 7313,7338,7219M 0
92243 7313,7338,7219M 0
92244 7313,7338,7219M 0
92245 7313,7338,7219M 0
92246 7313,7338,7219M 0
92247 7313,7338,7219M 0
92248 7313,7338,7219M 0
92249 7313,7338,7219M 0
92250 7313,7338,7219M 0
92251 7313,7338,7219M 0
92252 7313,7338,7219M 0
92253 7313,7338,7219M 0
92440 7341,7342,7343,7157M
92441 7341,7342,7343,7157M
92457 7341,7342,7343,7157M
92469 7341,7342,7343,7157M
92470 7341,7342,7343,7157M
92471 7341,7342,7343,7157M
92476 7313,7338,7219M 0
92477 7313,7338,7219M 0
92478 7313,7338,7219M 0
92479 7313,7338,7219M 0
92480 7313,7338,7219M 0
92481 7313,7338,7219M 0
92482 7313,7338,7219M 0
92483 7313,7338,7219M 0
92484 7313,7338,7219M 0
92485 7313,7338,7219M 0
92486 7313,7338,7219M 0
92487 7313,7338,7219M 0
92488 7313,7338,7219M 0