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 = 'M' 
  AND cscart_images_links.object_id IN (
    62847, 64875, 64026, 64783, 60749, 64776, 
    64195, 64909, 64866, 62062, 60813, 
    64753
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00074

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": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 12,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (62847,64875,64026,64783,60749,64776,64195,64909,64866,62062,60813,64753)"
        }
      }
    },
    "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
18284 60813 product 0 29919 M 0 D 0 0 FS-P1242AF-CloseUp.jpg Rounded Iron Cage Bowl Pendant (Light Bulb Not Included) 600 600 29919
19705 62062 product 0 31494 M 0 D 0 0 Aero-gooseneck-vented-16in-705-navy-G22-980-brushed-aluminum.jpg 16" Aero Vented, 705-Navy, Circle Vents, G22 Gooseneck Arm, 980-Brushed Aluminum 1000 1000 31494
23051 62847 product 0 34962 M 0 D 0 0 Lafayette-Multi-Light-Chandelier-765-delphite-CMG.jpg Lafayette Multi-Light, 715-Delphite, CMG-Grey Cloth Cord 1000 1000 34962
29109 64195 product 0 41329 M 0 D 0 0 16-in-sterling-455-cherry-red-double-post-mount-smooth-galv-pole.jpg 16" Sterling, 400-Barn Red, Double Post Mount, 975-Galvanized, Smooth Direct Burial Pole, 975-Galvanized 600 600 41329
30213 64026 product 0 42436 M 0 D 0 0 huxley-machine-age-wall-mount.jpg Huxley Machine Age Wall Mount, Nostalgic Edison 1910 Era Bulbs 600 600 42436
37862 64753 product 0 50095 M 0 D 0 0 esso-cord-8in-996-weathered-copper-CSBB.jpg 8" Esso, 996-Natural Weathered Copper, CSBB-Black & Brown Chevron Cord 1000 1000 50095
39480 64776 product 0 51713 M 0 D 0 0 rochester-stem-12in-380-chartreuse-975-galvanized-CGG-RIB-alt.jpg 12" Rochester, 380-Chartreuse, CGG-Standard Cast Guard, 975-Galvanized, RIB-Ribbed Glass, Mounting in 975-Galvanized 1000 1000 51713
39629 64783 product 0 51862 M 0 D 0 0 chicago-cord-18in-350-vintage-green-975-galvanized-CGG-FST-CMG.jpg 18" Chicago, 350-Porcelain Vintage Green, CGG-Standard Cast Guard, 975-Galvanized, FST-Frosted Glass, CMG-Grey Cloth Cord, Top & Canopy in 975-Galvanized 1000 1000 51862
45275 64866 product 0 57508 M 0 D 0 0 Timber-Ore-Wilcox-Uplight-Wooden-Top-Pendant-Oak-Teal-Black-White-Cord.jpg 18" Shade in 390-Teal, Oak Wood, CSBW-Black & White Cloth Cord 1000 1000 57508
46902 64909 product 0 59135 M 0 D 0 0 schoolhouse-drum-flush-opaque-stripe-PB9-red.jpg Drum Flush Mount Light, 400-Barn Red, Opaque Glass, Seven Painted Band, 400-Barn Red 1000 1000 59135
47926 64875 product 0 60159 M 0 D 0 0 schoolhouse-globe-flush-semi-opaque-stripe-PB11-buttery-yellow.jpg Round Semi-Flush, 500-Buttery Yellow, Opaque Glass, Three Painted Band, 500-Buttery Yellow 1000 1000 60159
75664 60749 product 0 87897 M 0 D 0 0 G22_Gooseneck_Arm_-_Barn_Light_Electric.png G22 Gooseneck Arm 1000 1000 87897