SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 1972

Query time 0.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "20.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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "17.00",
        "eval_cost": "3.40",
        "prefix_cost": "20.40",
        "data_read_per_join": "272"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

product_id category_id link_type position category_position
1972 337 A 0 10
1972 338 A 0 20
1972 339 A 0 30
1972 340 A 0 40
1972 349 A 0 50
1972 350 A 0 60
1972 352 A 0 70
1972 359 A 0 80
1972 360 A 0 90
1972 362 A 0 100
1972 363 A 0 110
1972 368 A 0 120
1972 369 A 0 130
1972 370 A 0 140
1972 379 A 0 150
1972 381 A 0 160
1972 361 M 0 0