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 = 7217 
WHERE 
  cscart_products_categories.product_id IN (
    98754, 98755, 98756, 98757, 99653, 99654, 
    99655, 99656, 99657, 99658, 99659, 
    99660, 99661, 99662, 99663, 99664, 
    99665, 99666, 99667, 99668, 100504, 
    100505, 100506, 100507, 100508, 100509, 
    100510, 100511, 100512, 100513, 100514, 
    100515, 100516, 100517, 100518, 100519, 
    100520, 100521, 100522, 100523, 100524, 
    100525, 100526, 100527, 100528, 100529, 
    100530, 100531
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.02211

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "86.69"
    },
    "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 (98754,98755,98756,98757,99653,99654,99655,99656,99657,99658,99659,99660,99661,99662,99663,99664,99665,99666,99667,99668,100504,100505,100506,100507,100508,100509,100510,100511,100512,100513,100514,100515,100516,100517,100518,100519,100520,100521,100522,100523,100524,100525,100526,100527,100528,100529,100530,100531))"
          }
        },
        {
          "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": 96,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "24.00",
              "eval_cost": "9.60",
              "prefix_cost": "53.09",
              "data_read_per_join": "1K"
            },
            "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": 4,
            "filtered": "5.00",
            "cost_info": {
              "read_cost": "24.00",
              "eval_cost": "0.48",
              "prefix_cost": "86.69",
              "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')))"
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
98754 7217M,7337 0
98755 7217M,7337 0
98756 7337,7217M 0
98757 7337,7217M 0
99653 7217M,7337 0
99654 7217M,7337 0
99655 7337,7217M 0
99656 7337,7217M 0
99657 7337,7217M 0
99658 7337,7217M 0
99659 7337,7217M 0
99660 7337,7217M 0
99661 7217M,7337 0
99662 7217M,7337 0
99663 7217M,7337 0
99664 7217M,7337 0
99665 7217M,7337 0
99666 7217M,7337 0
99667 7217M,7337 0
99668 7217M,7337 0
100504 7217M,7337 0
100505 7337,7217M 0
100506 7337,7217M 0
100507 7337,7217M 0
100508 7337,7217M 0
100509 7337,7217M 0
100510 7337,7217M 0
100511 7217M,7337 0
100512 7217M,7337 0
100513 7337,7217M 0
100514 7337,7217M 0
100515 7337,7217M 0
100516 7337,7217M 0
100517 7337,7217M 0
100518 7337,7217M 0
100519 7337,7217M 0
100520 7337,7217M 0
100521 7217M,7337 0
100522 7217M,7337 0
100523 7217M,7337 0
100524 7217M,7337 0
100525 7217M,7337 0
100526 7337,7217M 0
100527 7217M,7337 0
100528 7217M,7337 0
100529 7337,7217M 0
100530 7337,7217M 0
100531 7217M,7337 0