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 = 266 
WHERE 
  cscart_products_categories.product_id IN (
    2165, 2166, 2167, 2168, 2169, 2170, 2171, 
    2172, 2173, 2174, 2175, 2176, 2177, 
    2178, 2179, 2180, 2181, 2182, 2183, 
    2184, 3779, 3780, 3781, 3782, 3783, 
    3784, 3785, 3786, 3787, 3788, 3789, 
    3790, 3791, 3792, 3793, 3794, 3795, 
    3796, 3797, 3798, 3799, 3800, 3801, 
    3802, 3803, 3804, 3805, 3806, 3807, 
    3808, 3809, 3810, 3811, 3812, 3813, 
    3814, 3815, 3816, 3817, 3818, 3819, 
    3820, 3821, 3822, 3823, 3824, 3825, 
    3826, 3827, 3828, 3829, 3830, 3831, 
    3832, 3778, 2103, 2104, 2105, 2106, 
    2107, 2108, 2109, 2110, 2111, 2112, 
    2113, 2114, 2115, 2116, 2117, 2118, 
    2119, 2120, 2121, 2122, 2123
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00262

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "68.37"
    },
    "grouping_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "1.53"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_categories",
            "access_type": "ALL",
            "possible_keys": [
              "PRIMARY",
              "c_status",
              "p_category_id"
            ],
            "rows_examined_per_scan": 40,
            "rows_produced_per_join": 1,
            "filtered": "4.00",
            "cost_info": {
              "read_cost": "4.54",
              "eval_cost": "0.16",
              "prefix_cost": "4.70",
              "data_read_per_join": "6K"
            },
            "used_columns": [
              "category_id",
              "storefront_id",
              "usergroup_ids",
              "status"
            ],
            "attached_condition": "((`gaseus`.`cscart_categories`.`storefront_id` in (0,1)) and ((`gaseus`.`cscart_categories`.`usergroup_ids` = '') or (0 <> find_in_set(0,`gaseus`.`cscart_categories`.`usergroup_ids`)) or (0 <> find_in_set(1,`gaseus`.`cscart_categories`.`usergroup_ids`))) and (`gaseus`.`cscart_categories`.`status` in ('A','H')))"
          }
        },
        {
          "table": {
            "table_name": "cscart_products_categories",
            "access_type": "ref",
            "possible_keys": [
              "PRIMARY",
              "pt"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "category_id"
            ],
            "key_length": "3",
            "ref": [
              "gaseus.cscart_categories.category_id"
            ],
            "rows_examined_per_scan": 110,
            "rows_produced_per_join": 1,
            "filtered": "0.87",
            "index_condition": "(`gaseus`.`cscart_products_categories`.`product_id` in (2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,3831,3832,3778,2103,2104,2105,2106,2107,2108,2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2123))",
            "cost_info": {
              "read_cost": "44.00",
              "eval_cost": "0.15",
              "prefix_cost": "66.30",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "link_type"
            ]
          }
        },
        {
          "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",
              "gaseus.cscart_products_categories.product_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 1,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.38",
              "eval_cost": "0.15",
              "prefix_cost": "66.84",
              "data_read_per_join": "24"
            },
            "used_columns": [
              "product_id",
              "category_id",
              "position"
            ]
          }
        }
      ]
    }
  }
}

Result

product_id category_ids position
2103 274M
2104 274M
2105 274M
2106 274M
2107 274M
2108 274M
2109 274M
2110 274M
2111 274M
2112 274M
2113 274M
2114 274M
2115 274M
2116 274M
2117 274M
2118 274M
2119 274M
2120 274M
2121 274M
2122 274M
2123 274M
2165 274M
2166 274M
2167 274M
2168 274M
2169 274M
2170 274M
2171 274M
2172 274M
2173 274M
2174 274M
2175 274M
2176 274M
2177 274M
2178 274M
2179 274M
2180 274M
2181 274M
2182 274M
2183 274M
2184 274M
3778 274M
3779 274M
3780 274M
3781 274M
3782 274M
3783 274M
3784 274M
3785 274M
3786 274M
3787 274M
3788 274M
3789 274M
3790 274M
3791 274M
3792 274M
3793 274M
3794 274M
3795 274M
3796 274M
3797 274M
3798 274M
3799 274M
3800 274M
3801 274M
3802 274M
3803 274M
3804 274M
3805 274M
3806 274M
3807 274M
3808 274M
3809 274M
3810 274M
3811 274M
3812 274M
3813 274M
3814 274M
3815 274M
3816 274M
3817 274M
3818 274M
3819 274M
3820 274M
3821 274M
3822 274M
3823 274M
3824 274M
3825 274M
3826 274M
3827 274M
3828 274M
3829 274M
3830 274M
3831 274M
3832 274M