SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id = 62436 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00081

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "ref",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "ref": ["const", "const", "const"],
          "rows": 9,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 62436 and cscart_images_links.object_type <=> 'product' and cscart_images_links.`type` <=> 'A'"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["cscart_migrate.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
21766 62436 product 0 33648 A 0 D 0 0 uplight-14-inch-gooseneck-400-red_wire-cage.jpg 14" Wilcox Uplight, 400-Barn Red, Wire Cage, 975-Galvanized, G26 Gooseneck Arm 600 600 33648
21767 62436 product 0 33649 A 0 D 0 0 uplight-16-inch-gooseneck-975-galvanized.jpg 16" Wilcox Uplight, 975-Galvanized, G12 Gooseneck Arm 600 600 33649
21768 62436 product 0 33650 A 0 D 0 0 uplight-12-inch-gooseneck-100-black.jpg 12" Wilcox Uplight, 100-Black, G22 Gooseneck Arm 600 600 33650
21769 62436 product 0 33651 A 0 D 0 0 uplight-14_-inch-gooseneck-200-white_wire-cage.jpg 14" Wilcox Uplight, 200-White, Wire Cage, 975-Galvanized, G26 Gooseneck Arm 600 600 33651
21770 62436 product 0 33652 A 0 D 0 0 uplight-16-inch-gooseneck-300-dark_green.jpg 16" Wilcox Uplight, 300-Dark Green, G22 Gooseneck Arm 600 600 33652
21771 62436 product 0 33653 A 0 D 0 0 uplight-18-inch-gooseneck-600-bronze.jpg 18" Wilcox Uplight, 600-Bronze, G26 Gooseneck Arm 600 600 33653
38477 62436 product 0 50710 A 0 C 0 0 wesco_uplight_gooseneck_14in_white_g6arm_copy__1_.jpg (2) 14” Wilcox Uplight Gooseneck Light, 200-White, G6 Gooseneck Arm | Photo Courtesy of Blanc Marine Living and L’Oeufrier 4032 3021 50710
47655 62436 product 0 59888 A 0 C 0 0 wesco_uplight_gooseneck_14in_white_g6arm2.JPG (3) 14” Wilcox Uplight Gooseneck Light, 200-White, G6 Gooseneck Arm | Photo Courtesy of Blanc Marine Living and L’Oeufrier 3159 2764 59888
47656 62436 product 0 59889 A 0 C 0 0 wesco_uplight_gooseneck_14in_white_g6arm4.jpg (2) 14” Wilcox Uplight Gooseneck Light, 200-White, G6 Gooseneck Arm | Photo Courtesy of Blanc Marine Living and L’Oeufrier 893 1121 59889