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 = 62424 
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": 7,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> 62424 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
66173 62424 product 0 78406 A 0 D 0 0 Wallaby-stem-14in-975-galvanized-400-barn-red-RIB-HSC_cnth-02.jpg 14" Wallaby LED, 975-Galvanized, Guard in 400-Barn Red, RIB-Ribbed Glass, HSC-Hang Straight Canopy, Mounting in 975-Galvanized 1000 1000 78406
21631 62424 product 0 33512 A 1 D 0 0 Wallaby-stem-12in-715-delphite-705-navy-RIB.jpg 12" Wallaby LED, 715-Delphite, Guard in 705-Navy, RIB-Ribbed Glass, Mounting in 705-Navy 1000 1000 33512
66169 62424 product 0 78402 A 2 D 0 0 Wallaby-stem-16in-997-raw-brass-200-white-RIB.jpg 16" Wallaby LED, 997-Natural Raw Brass, With Cap Option, Guard in 200-White, Mounting in 997-Natural Raw Brass, Decorative Canopy Cover 1000 1000 78402
66172 62424 product 0 78405 A 3 D 0 0 Wallaby-stem-12in-390-teal-CLR_sts4-rg.jpg 12" Wallaby LED, 390-Teal, CLR-Clear Glass 1000 1000 78405
66170 62424 product 0 78403 A 4 D 0 0 Wallaby-stem-14in-barn-red-RIB.jpg 14" Wallaby LED, 400-Barn Red, RIB-Ribbed Glass 1000 1000 78403
66171 62424 product 0 78404 A 5 D 0 0 Wallaby-stem-12in-307-emerald-green-RIB_aqzu-sb.jpg 12" Wallaby LED, 307-Emerald Green, RIB-Ribbed Glass 1000 1000 78404
66174 62424 product 0 78407 A 6 D 0 0 Wallaby-stem-16in-480-blush-pink-490-magenta-CLR_u54v-2k.jpg 16" Wallaby LED, 480-Blush Pink, Guard in 490-Magenta, CLR-Clear Glass, Mounting in 480-Blush Pink 1000 1000 78407