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 (
    65688, 65103, 65454, 65694, 65102, 65596, 
    65696, 65519, 65597, 65683, 65613, 
    65702
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00075

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 (65688,65103,65454,65694,65102,65596,65696,65519,65597,65683,65613,65702)"
        }
      }
    },
    "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
60850 65519 product 0 73083 M 0 D 0 0 glass-style-glass-ball-large-clear.jpg 16" Clear Glass Globe 1000 1000 73083
62214 65103 product 0 74447 M 0 D 0 0 Sinclair-28-Inch-Chain-Hung-Galvanized-Black-Cord-Voronoi-I-LED-Tala-Bulb-alt.jpg 28" Sinclair Chain Hung, 975-Galvanized, SBK-Standard Black Cord 1000 1000 74447
62219 65102 product 0 74452 M 0 D 0 0 sinclair-28in-715-delphite-975-galvanized-stem-alt.jpg 28" Sinclair Stem Mount, 715-Delphite, Mounting in 975-Galvanized 1000 1000 74452
64528 65596 product 0 76761 M 0 D 0 0 11544920-8874-45e9-8a49-78155fc83b53.jpg Double Maven Rope Chandelier 800 800 76761
64537 65597 product 0 76770 M 0 D 0 0 da08c6f8-f698-4c70-b7ff-2831fb2b09c1.jpg 8" Copeland, PN-Polished Nickel 800 800 76770
64637 65613 product 0 76870 M 0 D 0 0 ced1c265-bf8f-4db7-8a91-00a9e4c46379.jpg 13" Ledford Wall Sconce 1000 1000 76870
64657 65454 product 0 76890 M 0 D 0 0 chateau-flush-mount-800-industrial-grey.jpg Chateau Flush Mount, 800-Industrial Grey 1000 1000 76890
66848 65683 product 0 79081 M 0 D 0 0 ledford-chain-hung.jpg Ledford Chain Hung Pendant Light 1000 1000 79081
67080 65688 product 0 79313 M 0 D 0 0 seaside-gooseneck-12in-100-black-G22.jpg 12" Seaside, 100-Black, G22 Gooseneck Arm 1000 1000 79313
67088 65696 product 0 79321 M 0 D 0 0 wilcox-basic-cord-12in-300-dark-green-SWH.jpg 12" Wilcox, 300-Dark Green, SWH-Standard White Cord 1000 1000 79321
67092 65694 product 0 79325 M 0 D 0 0 wilcox-basic-gooseneck-16in-605-rust-G22.jpg 16" Wilcox, 605-Rust, G22 Gooseneck Arm 1000 1000 79325
67264 65702 product 0 79497 M 0 D 0 0 Barn-Light-Basics-Avalon-16in-100-black-SBK.jpg 16" Avalon, 100-Black, SBK-Standard Black Cord 1000 1000 79497