SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 369

Query time 0.00799

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.20"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "3.00",
        "eval_cost": "1.20",
        "prefix_cost": "4.20",
        "data_read_per_join": "192"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

product_id category_id link_type position category_position
369 323 A 0 120
369 319 A 0 110
369 329 A 0 100
369 301 A 0 90
369 300 A 0 80
369 299 A 0 70
369 297 A 0 60
369 288 A 0 50
369 276 A 0 40
369 266 A 0 30
369 267 A 0 10
369 271 M 0 0