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 (
    60751, 65529, 64869, 65649, 60735, 65590, 
    64943, 64339, 65467, 65558, 63128, 
    65686
  ) 
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": "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 (60751,65529,64869,65649,60735,65590,64943,64339,65467,65558,63128,65686)"
        }
      }
    },
    "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
12298 60735 product 0 21556 M 0 D 0 0 G7_Gooseneck_Arm_-_Barn_Light_Electric.png G7 Gooseneck Arm 3334 3334 21556
12332 60751 product 0 21624 M 0 D 0 0 G25_Gooseneck_Arm_-_Barn_Light_Electric.png G25 Gooseneck Arm 3334 3334 21624
30284 64339 product 0 42507 M 0 D 0 0 G64_Gooseneck_Arm_-_Barn_Light_Electric.png G64 Gooseneck Arm 3334 3334 42507
38167 63128 product 0 50400 M 0 D 0 0 Support_Arm_-_Barn_Light_Electric.png Support Arm 3334 3334 50400
48355 64943 product 0 60588 M 0 D 0 0 drum-glass-opaque.jpg Drum Schoolhouse Glass, Opaque 1000 1000 60588
49832 64869 product 0 62065 M 0 D 0 0 Aero-chain-vented-14in-995-raw-copper-975-galvanized-CSBB.jpg 14" Aero Vented, 995-Natural Raw Copper, Circle Vents, Mounting in 975-Galvanized, CSBB-Black & Brown Cloth Cord 1000 1000 62065
61828 65529 product 0 74061 M 0 D 0 0 original-flush-mount-24in-400-barn-red.jpg 24" The Originalâ„¢ Flush Mount, 400-Barn Red 1000 1000 74061
62450 65558 product 0 74683 M 0 D 0 0 Loma-Sconce-430-Soft-Clay-Raw-Brass-SBK.jpg Loma Adjustable Wall Sconce, 430-Soft Clay, Interior in 997-Natural Raw Brass, SBK-Standard Black Cord 1000 1000 74683
64868 65590 product 0 77101 M 0 D 0 0 LOVELL-hardwire-765-delphite_q6fi-cc.jpg Lovell Wall Sconce, 715-Delphite Blue, Galvanized Arm, SWH-Standard White Cord 1000 1000 77101
65511 65649 product 0 77744 M 0 D 0 0 Sinclair-flush-mount-12in-450-cherry-red.jpg 12" Sinclair, 455-Porcelain Cherry Red, Nostalgic Edison-Style 1910 Era 40 Watt Light Bulb 1000 1000 77744
66924 65686 product 0 79157 M 0 D 0 0 original-cord-16in-605-rust-SBK.jpg 16" The Originalâ„¢, 605-Rust, SBK-Standard Black Cord 1000 1000 79157
66931 65467 product 0 79164 M 0 D 0 0 rochester-flush-mount-18in-975-galvanized-TGG-FST.jpg 18" Rochester, 975-Galvanized, TGG-Heavy Duty Cast Guard, FST-Frosted Glass 1000 1000 79164