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 = 7263 
WHERE 
  cscart_products_categories.product_id IN (
    96657, 96658, 96659, 96660, 96661, 96662, 
    96663, 96664, 96665, 96666, 96667, 
    96695, 96696, 96697, 97743, 97744, 
    97745, 97746, 97747, 97748, 97749, 
    97750, 97751, 97752, 97753, 97754, 
    97755, 97756, 97757, 97758, 97759, 
    97760, 97761, 97762, 97763, 97764, 
    97795, 97796, 97797, 97798, 98052, 
    98053, 98149, 98150, 98153, 98156, 
    98762, 98851, 98852, 98853, 98854, 
    98855, 98856, 98857, 98858, 99133, 
    99141, 99142, 99151, 99152, 99169, 
    99170, 99248, 99257, 99262, 99322, 
    99323, 99404, 99405, 99406, 99407, 
    99408, 99409, 99410, 99411, 100392, 
    100433, 100437, 100677, 100678, 100679, 
    100680, 100681, 100682, 100683, 100684, 
    100685, 100686, 100687, 100688, 100689, 
    100690, 100691, 100692, 100693, 100694
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00284

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 (96657,96658,96659,96660,96661,96662,96663,96664,96665,96666,96667,96695,96696,96697,97743,97744,97745,97746,97747,97748,97749,97750,97751,97752,97753,97754,97755,97756,97757,97758,97759,97760,97761,97762,97763,97764,97795,97796,97797,97798,98052,98053,98149,98150,98153,98156,98762,98851,98852,98853,98854,98855,98856,98857,98858,99133,99141,99142,99151,99152,99169,99170,99248,99257,99262,99322,99323,99404,99405,99406,99407,99408,99409,99410,99411,100392,100433,100437,100677,100678,100679,100680,100681,100682,100683,100684,100685,100686,100687,100688,100689,100690,100691,100692,100693,100694))"
          }
        },
        {
          "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
96657 7263M 0
96658 7263M 0
96659 7263M 0
96660 7263M 0
96661 7263M 0
96662 7263M 0
96663 7263M 0
96664 7263M 0
96665 7263M 0
96666 7263M 0
96667 7263M 0
96695 7263M 0
96696 7263M 0
96697 7263M 0
97743 7263M 0
97744 7263M 0
97745 7263M 0
97746 7263M 0
97747 7263M 0
97748 7263M 0
97749 7263M 0
97750 7263M 0
97751 7263M 0
97752 7263M 0
97753 7263M 0
97754 7263M 0
97755 7263M 0
97756 7263M 0
97757 7263M 0
97758 7263M 0
97759 7263M 0
97760 7263M 0
97761 7263M 0
97762 7263M 0
97763 7263M 0
97764 7263M 0
97795 7263M 0
97796 7263M 0
97797 7263M 0
97798 7263M 0
98052 7263M 0
98053 7263M 0
98149 7263M 0
98150 7263M 0
98153 7263M 0
98156 7263M 0
98762 7263M 0
98851 7263M 0
98852 7263M 0
98853 7263M 0
98854 7263M 0
98855 7263M 0
98856 7263M 0
98857 7263M 0
98858 7263M 0
99133 7263M 0
99141 7263M 0
99142 7263M 0
99151 7263M 0
99152 7263M 0
99169 7263M 0
99170 7263M 0
99248 7263M 0
99257 7263M 0
99262 7263M 0
99322 7263M 0
99323 7263M 0
99404 7263M 0
99405 7263M 0
99406 7263M 0
99407 7263M 0
99408 7263M 0
99409 7263M 0
99410 7263M 0
99411 7263M 0
100392 7263M 0
100433 7263M 0
100437 7263M 0
100677 7263M 0
100678 7263M 0
100679 7263M 0
100680 7263M 0
100681 7263M 0
100682 7263M 0
100683 7263M 0
100684 7263M 0
100685 7263M 0
100686 7263M 0
100687 7263M 0
100688 7263M 0
100689 7263M 0
100690 7263M 0
100691 7263M 0
100692 7263M 0
100693 7263M 0
100694 7263M 0