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.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 = 166 
WHERE 
  cscart_products_categories.product_id IN (
    238, 239, 245, 242, 243, 65, 64, 63, 66, 
    62, 134, 135, 33, 32, 246, 71, 70, 69, 
    68, 67, 155, 153, 154, 190, 189, 168, 
    167, 169, 165, 166, 86, 106, 105, 101, 
    146, 147, 145, 156, 157, 148, 149, 30, 
    29, 248, 140, 141, 144, 143
  ) 
GROUP BY 
  cscart_products_categories.product_id

Query time 0.00105

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_products_categories.product_id",
        "table": {
          "table_name": "cscart_products_categories",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY", "pt"],
          "rows": 267,
          "filtered": 20.97378349,
          "attached_condition": "cscart_products_categories.product_id in (238,239,245,242,243,65,64,63,66,62,134,135,33,32,246,71,70,69,68,67,155,153,154,190,189,168,167,169,165,166,86,106,105,101,146,147,145,156,157,148,149,30,29,248,140,141,144,143)"
        }
      }
    },
    "table": {
      "table_name": "cscart_categories",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY", "c_status", "p_category_id"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["category_id"],
      "ref": ["smscrm_edev.cscart_products_categories.category_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "(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')"
    },
    "table": {
      "table_name": "product_position_source",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY", "pt"],
      "key": "PRIMARY",
      "key_length": "6",
      "used_key_parts": ["category_id", "product_id"],
      "ref": ["const", "smscrm_edev.cscart_products_categories.product_id"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

product_id category_ids position
29 176M
30 176M
32 176M
33 176M
62 189M
63 189M
64 189M
65 189M
66 189M
67 236M
68 236M
69 236M
70 236M
71 236M
86 238M
101 238M
105 238M
106 238M
134 179,182M
135 179,182M
140 180M
141 180M
143 180M
144 180M
145 179M
146 179M
147 179M
148 179M
149 179M
153 181M
154 181M
155 181M
156 181M
157 181M
165 198M,199
166 199,198M
167 197M,198,199
168 199,198,197M
169 197M,198,199
189 200M
190 200M
238 235M
239 235M
242 178M
243 178M
245 235M
246 199M
248 248M,255