SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 945

Query time 0.00020

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.80"
    },
    "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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "2.00",
        "eval_cost": "0.80",
        "prefix_cost": "2.80",
        "data_read_per_join": "128"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

product_id category_id link_type position category_position
945 266 A 0 70
945 302 A 0 60
945 300 A 0 50
945 297 A 0 40
945 291 A 0 30
945 278 A 0 20
945 271 A 0 10
945 267 M 0 0