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 = 60739 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00072

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 <=> 60739 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
62286 60739 product 0 74519 A 0 D 0 0 G11-400-barn-red-gooseneck.jpg G11 Gooseneck Arm, 400-Barn Red 1000 1000 74519
62287 60739 product 0 74520 A 1 D 0 0 G11-765-delphite-blue-gooseneck.jpg G11 Gooseneck Arm, 765-Delphite Blue 1000 1000 74520
62288 60739 product 0 74521 A 2 D 0 0 G11-975-galvanized-gooseneck.jpg G11 Gooseneck Arm, 975-Galvanized 1000 1000 74521
33578 60739 product 0 45811 A 3 C 0 0 gooseneck_lighting-576x768_eexf-hh.jpg G11 Gooseneck Arm (Displayed Here: 14" Original™ Warehouse Gooseneck Light, 380-Chartreuse, G11 Gooseneck Arm | Customer Submission) 576 768 45811
33580 60739 product 0 45813 A 4 C 0 0 Residential_Clear_Schoolhouse_996_Weathered_Brass_Gooseneck_Light_Small_Glass_G11_Bathroom.jpg G11 Gooseneck Arm (Displayed Here: Primary Schoolhouse Gooseneck Light, Small Clear Glass, 998-Natural Weathered Brass Fitter & Gooseneck Finish, G11 Gooseneck Arm, No Painted Band, Brass Backing Plate & Hex Cover | Photo Courtesy of Celebrity Style Guide) 1500 2264 45813
53847 60739 product 0 66080 A 5 C 0 0 three-esso-gooseneck-light-10in-100-black-g11-garage-doors-side-view.jpeg G11 Gooseneck Arm (Displayed Here: (3) Esso Gooseneck Light, 100-Black Finish, G11 Gooseneck Arm | Photo Courtesy of Doyle Build, LLC) 1241 851 66080
56038 60739 product 0 68271 A 6 C 0 0 original_gooseneck_14in_100_black_G11arm.jpg G11 Gooseneck Arm (Displayed Here: (14” The Original™, 100-Black, G11 Gooseneck Arm | Photo Courtesy of Louise Swelstad) 1500 2000 68271
56030 60739 product 0 68263 A 7 C 0 0 farmhouse_bathroom_vanity-downtown-minimalist-adjustable-sconce-105-black-primary-schoolhouse-gooseneck-schcl10-996-weathered-brass-residential-interior-bathroom-vanity-farmhouse_yto1-r4.jpg G11 Gooseneck Arm (Displayed Here: Primary Schoolhouse Gooseneck Light, 996-Natural Weathered Brass, Clear Glass, No Painted Band, G11 Gooseneck Arm | Photo Courtesy of Christina’s Adventures) 1500 2250 68263
56031 60739 product 0 68264 A 8 C 0 0 gooseneck_weatherd_brass_light-downtown-minimalist-adjustable-sconce-primary-schoolhouse-gooseneck-schcl10-996-weathered-brass-residential-interior-bathroom-vanity-farmhouse_huxn-5a.jpg G11 Gooseneck Arm (Displayed Here: Primary Schoolhouse Gooseneck Light, 996-Natural Weathered Brass, Clear Glass, No Painted Band, G11 Gooseneck Arm | Photo Courtesy of Christina’s Adventures) 1500 1000 68264