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 (
    60899, 64363, 64355, 60980, 63513, 61698, 
    61490, 60979, 62975, 61699, 64854, 
    61620
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00089

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 (60899,64363,64355,60980,63513,61698,61490,60979,62975,61699,64854,61620)"
        }
      }
    },
    "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
13551 60979 product 0 24013 M 0 D 0 0 10_inch_universal_double_vanity_gooseneck_100_black.jpg 10" Union Double Vanity Light, 100-Black 600 600 24013
13553 60980 product 0 24017 M 0 D 0 0 10_inch_wesco_double_vanity_gooseneck_300_dark_green.jpg 10" Wilcox Double Vanity, 300-Dark Green 600 600 24017
13601 60899 product 0 24114 M 0 D 0 0 outback-gooseneck-12in-975-galvanized-400-barn-red-FST-G15-alt.jpg 12" Outback, 975-Galvanized, With Cap Option, Guard in 400-Barn Red, FST-Frosted Glass, G15 Gooseneck Arm, 400-Barn Red 1000 1000 24114
16484 61490 product 0 28024 M 0 D 0 0 Fluted-Gooseneck-12in-307-emerald-green-G24-997-raw-brass.jpg 12" Fluted Shade, 307-Emerald Green, G24 Gooseneck Arm, 997-Natural Raw Brass, Decorative Backing Plate & Hex Cover, Nostalgic Edison-Style 1910 Era 40 Watt Light Bulb 1000 1000 28024
17250 61699 product 0 28817 M 0 D 0 0 Chateau-Gooseneck-715-delphite-G26.jpg Chateau Gooseneck Light, 715-Delphite, G26 Gooseneck Arm 1000 1000 28817
17304 61698 product 0 28890 M 0 D 0 0 Chateau-Gooseneck-307-emerald-G35.jpg Tuscany Gooseneck Light, 307-Emerald Green, G35 Gooseneck Arm 1000 1000 28890
21981 61620 product 0 33873 M 0 D 0 0 schoolhouse-primary-vanity-2-light-small-glass-clear-715-delphite-triple-painted-band.jpg Primary 2-Light Schoolhouse Vanity Light, Clear Glass, 715-Delphite Blue Mounting and Fitter Finish, Triple Painted Band 1000 1000 33873
23648 62975 product 0 35576 M 0 D 0 0 mudshark-sconce-black-alt.jpg Kao Wall Sconce, 100-Black, Nostalgic Edison-Style Victorian 25W Light Bulb 900 900 35576
26494 63513 product 0 38661 M 0 D 0 0 downtown-wall-sconce-brass-web2_wg10-ny.jpg Downtown Minimalist Adjustable Sconce, 997-Natural Raw Brass, Nostalgic Edison-Style 1890 Era Victorian 40W Bulb 600 600 38661
30512 64355 product 0 42744 M 0 D 0 0 downtown-swing-arm-sconce-plug-in-swivel-14-delphite-blue-white-cord.jpg Downtown Swing Arm Sconce, 715-Delphite PTMP, G67 Arm, Nostalgic Edison Style 1890 Era Bulb, CSUW-Blue & White Cloth Cord 1000 1000 42744
30755 64363 product 0 42987 M 0 D 0 0 bullet-flush-black.jpg Bullet Flush Mount LED Sign Light, 100-Black 1000 1000 42987
42150 64854 product 0 54383 M 0 D 0 0 lovell-sconce-raw-brass_6z75-ku.jpg Lovell Plug-In Wall Sconce, 997-Natural Raw Brass, Raw Brass Arm, SBK-Standard Black Cord 600 600 54383