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 = 7254 
WHERE 
  cscart_products_categories.product_id IN (
    97147, 97148, 97149, 97150, 97151, 97152, 
    97153, 97154, 97155, 97156, 97157, 
    97158, 97159, 97160, 97161, 97162, 
    97163, 97164, 97165, 97166, 97167, 
    97168, 97169, 97170, 97171, 97172, 
    97173, 97174, 97175, 97176, 97177, 
    97178, 97179, 97180, 97181, 97182, 
    97183, 97184, 97185, 97186, 97187, 
    97188, 97189, 97190, 97191, 97192, 
    97193, 97194, 97195, 97196, 97197, 
    97198, 97199, 97200, 97201, 97202, 
    97203, 97204, 97205, 97206, 97207, 
    97208, 97209, 97210, 97211, 97212, 
    97213, 97214, 97215, 97216, 97217, 
    97218, 97228, 97229, 97230, 97231, 
    97232, 97233, 97234, 97235, 97236, 
    97237, 97238, 97239, 97240, 97241, 
    97242, 97243, 97244, 97245, 97246, 
    97247, 97248, 97249, 97250, 97251
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00308

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "54.77"
    },
    "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": 96,
            "rows_produced_per_join": 96,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "9.89",
              "eval_cost": "9.60",
              "prefix_cost": "19.49",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (97147,97148,97149,97150,97151,97152,97153,97154,97155,97156,97157,97158,97159,97160,97161,97162,97163,97164,97165,97166,97167,97168,97169,97170,97171,97172,97173,97174,97175,97176,97177,97178,97179,97180,97181,97182,97183,97184,97185,97186,97187,97188,97189,97190,97191,97192,97193,97194,97195,97196,97197,97198,97199,97200,97201,97202,97203,97204,97205,97206,97207,97208,97209,97210,97211,97212,97213,97214,97215,97216,97217,97218,97228,97229,97230,97231,97232,97233,97234,97235,97236,97237,97238,97239,97240,97241,97242,97243,97244,97245,97246,97247,97248,97249,97250,97251))"
          }
        },
        {
          "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": "24.00",
              "eval_cost": "0.48",
              "prefix_cost": "53.09",
              "data_read_per_join": "12K"
            },
            "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.20",
              "eval_cost": "0.48",
              "prefix_cost": "54.77",
              "data_read_per_join": "76"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
97147 7254M 0
97148 7254M 0
97149 7254M 0
97150 7254M 0
97151 7254M 0
97152 7254M 0
97153 7254M 0
97154 7254M 0
97155 7254M 0
97156 7254M 0
97157 7254M 0
97158 7254M 0
97159 7254M 0
97160 7254M 0
97161 7254M 0
97162 7254M 0
97163 7254M 0
97164 7254M 0
97165 7254M 0
97166 7254M 0
97167 7254M 0
97168 7254M 0
97169 7254M 0
97170 7254M 0
97171 7254M 0
97172 7254M 0
97173 7254M 0
97174 7254M 0
97175 7254M 0
97176 7254M 0
97177 7254M 0
97178 7254M 0
97179 7254M 0
97180 7254M 0
97181 7254M 0
97182 7254M 0
97183 7254M 0
97184 7254M 0
97185 7254M 0
97186 7254M 0
97187 7254M 0
97188 7254M 0
97189 7254M 0
97190 7254M 0
97191 7254M 0
97192 7254M 0
97193 7254M 0
97194 7254M 0
97195 7254M 0
97196 7254M 0
97197 7254M 0
97198 7254M 0
97199 7254M 0
97200 7254M 0
97201 7254M 0
97202 7254M 0
97203 7254M 0
97204 7254M 0
97205 7254M 0
97206 7254M 0
97207 7254M 0
97208 7254M 0
97209 7254M 0
97210 7254M 0
97211 7254M 0
97212 7254M 0
97213 7254M 0
97214 7254M 0
97215 7254M 0
97216 7254M 0
97217 7254M 0
97218 7254M 0
97228 7254M 0
97229 7254M 0
97230 7254M 0
97231 7254M 0
97232 7254M 0
97233 7254M 0
97234 7254M 0
97235 7254M 0
97236 7254M 0
97237 7254M 0
97238 7254M 0
97239 7254M 0
97240 7254M 0
97241 7254M 0
97242 7254M 0
97243 7254M 0
97244 7254M 0
97245 7254M 0
97246 7254M 0
97247 7254M 0
97248 7254M 0
97249 7254M 0
97250 7254M 0
97251 7254M 0