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 (
    65533, 65532, 65770, 65616, 65531, 65701, 
    65698, 65521, 65674, 65700, 65691, 
    65803
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00107

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 (65533,65532,65770,65616,65531,65701,65698,65521,65674,65700,65691,65803)"
        }
      }
    },
    "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
63328 65531 product 0 75561 M 0 D 0 0 Schoolhouse-Acorn-Kao-Flush-100-black.jpg Kao Acorn Schoolhouse Flush Mount, 100-Black, Clear Glass 1000 1000 75561
63336 65532 product 0 75569 M 0 D 0 0 schoolhouse-KAO-flush-drum-600-bronze-PB9-100-black.jpg Kao Drum Schoolhouse Flush Mount, 600-Bronze, Clear Glass, Seven Painted Band, 100-Black 1000 1000 75569
63344 65533 product 0 75577 M 0 D 0 0 Schoolhouse-Globe-Kao-FLush-311-jadite-PB12.jpg Kao Round Schoolhouse Flush Mount, 311-Jadite, Opaque Glass, Two Painted Band 1000 1000 75577
63851 65521 product 0 76084 M 0 D 0 0 24in_wilcox_gooseneck_705_navy_g24_6nor-tp.jpg 24" Wilcox, 705-Navy, G24 Gooseneck Arm 1000 1000 76084
64916 65616 product 0 77149 M 0 D 0 0 Loma-Lamp-480-blush-pink-490-magenta-CMG_1vce-nv_6zcd-up.jpg Loma Retro Desk Lamp, 480-Blush Pink with 490-Magenta Interior, CMG-Grey Cloth Cord 1000 1000 77149
66361 65674 product 0 78594 M 0 D 0 0 elliptical-stem-13in-705-navy-980-brushed-aluminum.jpg 13" Elliptical, 705-Navy, Mounting in 980-Brushed Aluminum 1000 1000 78594
67046 65698 product 0 79279 M 0 D 0 0 fire-chief-basic-300-dark-green-G22.jpg 10" Fire Chief, 300-Dark Green, G22 Gooseneck Arm 1000 1000 79279
67056 65691 product 0 79289 M 0 D 0 0 Aero-basic-gooseneck-16in-605-rust-G22.jpg 16" Aero, 605-Rust, G22 Gooseneck Arm 1000 1000 79289
67272 65700 product 0 79505 M 0 D 0 0 Barn-Light-Basics-Avalon-14in-200-white-G22.jpg 14" Avalon, 200-White, G22 Gooseneck Arm 1000 1000 79505
67280 65701 product 0 79513 M 0 D 0 0 Barn-Light-Basics-Avalon-16in-300-dark-green-stem-18in.jpg 16" Avalon, 300-Dark Green, 18" Stem 1000 1000 79513
68348 65770 product 0 80581 M 0 D 0 0 kao-sconce-355-jadite-alt_wj2u-q7.jpg Kao Wall Mount Light, 355-Jadite 1000 1000 80581
69271 65803 product 0 81504 M 0 D 0 0 Laramie-studio-pendant-30in-500-buttery-yellow-black-white-cloth-cord.jpg 30" Laramie, 500-Buttery Yellow, CSBG-Black & Gold Cloth Cord 1000 1000 81504