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, 100532, 100533, 100534, 
    100535, 100642, 100644, 100646, 100648, 
    101022, 101023, 101024, 101025, 101026, 
    101027, 101028, 101029, 101030, 101031, 
    101032, 101033, 101034, 101035
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.01690

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "129.10"
    },
    "grouping_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "5.44"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY",
              "c_status",
              "p_category_id"
            ],
            "rows_examined_per_scan": 208,
            "rows_produced_per_join": 8,
            "filtered": "4.00",
            "cost_info": {
              "read_cost": "20.72",
              "eval_cost": "0.83",
              "prefix_cost": "21.55",
              "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": "cscart_products_categories",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "link_type",
              "pt"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id"
            ],
            "key_length": "3",
            "ref": [
              "nuie_scalesta_net.cscart_categories.category_id"
            ],
            "rows_examined_per_scan": 117,
            "rows_produced_per_join": 5,
            "filtered": "0.56",
            "cost_info": {
              "read_cost": "2.33",
              "eval_cost": "0.54",
              "prefix_cost": "121.75",
              "data_read_per_join": "87"
            },
            "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,100532,100533,100534,100535,100642,100644,100646,100648,101022,101023,101024,101025,101026,101027,101028,101029,101030,101031,101032,101033,101034,101035))"
          }
        },
        {
          "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": 5,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.36",
              "eval_cost": "0.54",
              "prefix_cost": "123.66",
              "data_read_per_join": "87"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
98754 7217M,7337 0
98755 7217M,7337 0
98756 7217M,7337 0
98757 7217M,7337 0
99653 7217M,7337 0
99654 7217M,7337 0
99655 7217M,7337 0
99656 7217M,7337 0
99657 7217M,7337 0
99658 7217M,7337 0
99659 7217M,7337 0
99660 7217M,7337 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 7217M,7337 0
100506 7217M,7337 0
100507 7217M,7337 0
100508 7217M,7337 0
100509 7217M,7337 0
100510 7217M,7337 0
100511 7217M,7337 0
100512 7217M,7337 0
100513 7217M,7337 0
100514 7217M,7337 0
100515 7217M,7337 0
100516 7217M,7337 0
100517 7217M,7337 0
100518 7217M,7337 0
100519 7217M,7337 0
100520 7217M,7337 0
100521 7217M,7337 0
100522 7217M,7337 0
100523 7217M,7337 0
100524 7217M,7337 0
100525 7217M,7337 0
100526 7217M,7337 0
100527 7217M,7337 0
100528 7217M,7337 0
100529 7217M,7337 0
100530 7217M,7337 0
100531 7217M,7337 0
100532 7217M,7337 0
100533 7217M,7337 0
100534 7217M,7337 0
100535 7217M,7337 0
100642 7217M,7337 0
100644 7217M,7337 0
100646 7217M,7337 0
100648 7217M,7337 0
101022 7217M,7337 0
101023 7217M,7337 0
101024 7217M,7337 0
101025 7217M,7337 0
101026 7217M,7337 0
101027 7217M,7337 0
101028 7217M,7337 0
101029 7217M,7337 0
101030 7217M,7337 0
101031 7217M,7337 0
101032 7217M,7337 0
101033 7217M,7337 0
101034 7217M,7337 0
101035 7217M,7337 0