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 = 7191 
WHERE 
  cscart_products_categories.product_id IN (
    87078, 87123, 87124, 87125, 87126, 87127, 
    87128, 87129, 86906, 86907, 86908, 
    86909, 86910, 86911, 86967, 86968, 
    86969, 86970, 86971, 86972, 87028, 
    87029, 87030, 87031, 87032, 87033, 
    87087, 87088, 87089, 87090, 87091, 
    87092, 86920, 86921, 86922, 86923, 
    86924, 86925, 86926, 86981, 86982, 
    86983, 86984, 86985, 86986, 86987, 
    87042, 87043, 87044, 87045, 87046, 
    87047, 87048, 87100, 87101, 87102, 
    87103, 87104, 87105, 87106, 86913, 
    86914, 86915, 86916, 86917, 86918, 
    86919, 86974, 86975, 86976, 86977, 
    86978, 86979, 86980, 87035, 87036, 
    87037, 87038, 87039, 87040, 87041, 
    87093, 87094, 87095, 87096, 87097, 
    87098, 87099, 91014, 91026, 91038, 
    91051, 86904, 86929, 86965, 86990
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00384

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "109.29"
    },
    "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": 192,
            "rows_produced_per_join": 192,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "19.53",
              "eval_cost": "19.20",
              "prefix_cost": "38.73",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ],
            "attached_condition": "(`nuie_scalesta_net`.`cscart_products_categories`.`product_id` in (87078,87123,87124,87125,87126,87127,87128,87129,86906,86907,86908,86909,86910,86911,86967,86968,86969,86970,86971,86972,87028,87029,87030,87031,87032,87033,87087,87088,87089,87090,87091,87092,86920,86921,86922,86923,86924,86925,86926,86981,86982,86983,86984,86985,86986,86987,87042,87043,87044,87045,87046,87047,87048,87100,87101,87102,87103,87104,87105,87106,86913,86914,86915,86916,86917,86918,86919,86974,86975,86976,86977,86978,86979,86980,87035,87036,87037,87038,87039,87040,87041,87093,87094,87095,87096,87097,87098,87099,91014,91026,91038,91051,86904,86929,86965,86990))"
          }
        },
        {
          "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": 9,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "48.00",
              "eval_cost": "0.96",
              "prefix_cost": "105.93",
              "data_read_per_join": "25K"
            },
            "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": 9,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "2.40",
              "eval_cost": "0.96",
              "prefix_cost": "109.29",
              "data_read_per_join": "153"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
86904 7170,7191M 0
86906 7170,7191M 0
86907 7170,7191M 0
86908 7170,7191M 0
86909 7170,7191M 0
86910 7170,7191M 0
86911 7170,7191M 0
86913 7170,7191M 0
86914 7170,7191M 0
86915 7170,7191M 0
86916 7170,7191M 0
86917 7170,7191M 0
86918 7170,7191M 0
86919 7170,7191M 0
86920 7170,7191M 0
86921 7170,7191M 0
86922 7170,7191M 0
86923 7170,7191M 0
86924 7170,7191M 0
86925 7170,7191M 0
86926 7170,7191M 0
86929 7170,7191M 0
86965 7170,7191M 0
86967 7170,7191M 0
86968 7170,7191M 0
86969 7170,7191M 0
86970 7170,7191M 0
86971 7170,7191M 0
86972 7170,7191M 0
86974 7170,7191M 0
86975 7170,7191M 0
86976 7170,7191M 0
86977 7170,7191M 0
86978 7170,7191M 0
86979 7170,7191M 0
86980 7170,7191M 0
86981 7170,7191M 0
86982 7170,7191M 0
86983 7170,7191M 0
86984 7170,7191M 0
86985 7170,7191M 0
86986 7170,7191M 0
86987 7170,7191M 0
86990 7170,7191M 0
87028 7170,7191M 0
87029 7170,7191M 0
87030 7170,7191M 0
87031 7170,7191M 0
87032 7170,7191M 0
87033 7170,7191M 0
87035 7170,7191M 0
87036 7170,7191M 0
87037 7170,7191M 0
87038 7170,7191M 0
87039 7170,7191M 0
87040 7170,7191M 0
87041 7170,7191M 0
87042 7170,7191M 0
87043 7170,7191M 0
87044 7170,7191M 0
87045 7170,7191M 0
87046 7170,7191M 0
87047 7170,7191M 0
87048 7170,7191M 0
87078 7170,7191M 0
87087 7170,7191M 0
87088 7170,7191M 0
87089 7170,7191M 0
87090 7170,7191M 0
87091 7170,7191M 0
87092 7170,7191M 0
87093 7170,7191M 0
87094 7170,7191M 0
87095 7170,7191M 0
87096 7170,7191M 0
87097 7170,7191M 0
87098 7170,7191M 0
87099 7170,7191M 0
87100 7170,7191M 0
87101 7170,7191M 0
87102 7170,7191M 0
87103 7170,7191M 0
87104 7170,7191M 0
87105 7170,7191M 0
87106 7170,7191M 0
87123 7170,7191M 0
87124 7170,7191M 0
87125 7170,7191M 0
87126 7170,7191M 0
87127 7170,7191M 0
87128 7170,7191M 0
87129 7170,7191M 0
91014 7191,7170M 0
91026 7191,7170M 0
91038 7191,7170M 0
91051 7191,7170M 0