SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 459

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.00",
        "eval_cost": "1.20",
        "prefix_cost": "7.20",
        "data_read_per_join": "96"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

product_id category_id link_type position category_position
459 440 A 0 50
459 437 A 0 20
459 438 A 0 30
459 439 A 0 40
459 425 A 0 10
459 436 M 0 0