SELECT 
  category_id, 
  parent_id 
FROM 
  cscart_categories 
WHERE 
  parent_id IN(167, 175, 174, 234, 177, 196, 254)

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_categories",
          "access_type": "range",
          "possible_keys": ["parent"],
          "key": "parent",
          "key_length": "3",
          "used_key_parts": ["parent_id"],
          "rows": 20,
          "filtered": 100,
          "index_condition": "cscart_categories.parent_id in (167,175,174,234,177,196,254)"
        }
      }
    ]
  }
}

Result

category_id parent_id
165 167
168 167
169 167
170 167
171 167
172 167
201 167
190 174
191 174
194 174
193 174
195 174
176 175
185 175
186 175
187 175
188 175
189 175
202 175
178 177
179 177
180 177
181 177
182 177
199 196
197 196
198 196
200 196
235 234
236 234
237 234
238 234
240 234
263 254