SELECT 
  * 
FROM 
  cscart_products_categories 
WHERE 
  product_id = 420

Query time 0.00030

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "25.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": 21,
      "rows_produced_per_join": 21,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "21.00",
        "eval_cost": "4.20",
        "prefix_cost": "25.20",
        "data_read_per_join": "336"
      },
      "used_columns": [
        "product_id",
        "category_id",
        "link_type",
        "position",
        "category_position"
      ]
    }
  }
}

Result

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