SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 424

Query time 0.00046

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "26.40"
    },
    "table": {
      "table_name": "cscart_products_categories",
      "access_type": "ref",
      "possible_keys": [
        "pt"
      ],
      "key": "pt",
      "used_key_parts": [
        "product_id"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 22,
      "rows_produced_per_join": 22,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "22.00",
        "eval_cost": "4.40",
        "prefix_cost": "26.40",
        "data_read_per_join": "352"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

product_id category_id link_type position category_position
424 338 A 0 10
424 339 A 0 20
424 340 A 0 30
424 341 A 0 40
424 342 A 0 50
424 343 A 0 60
424 344 A 0 70
424 345 A 0 80
424 346 A 0 90
424 347 A 0 100
424 348 A 0 110
424 349 A 0 120
424 350 A 0 130
424 351 A 0 140
424 352 A 0 150
424 353 A 0 160
424 354 A 0 170
424 355 A 0 180
424 356 A 0 190
424 357 A 0 200
424 358 A 0 210
424 337 M 0 0