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 (
    65673, 65795, 64620, 65794, 65533, 65532, 
    65301, 65770, 65616, 65460, 65302, 
    65417
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00111

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 (65673,65795,64620,65794,65533,65532,65301,65770,65616,65460,65302,65417)"
        }
      }
    },
    "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
32539 64620 product 0 44772 M 0 D 0 0 LED-bulbs-G30-Elva-Amber-XX-420-Lumens-2200K-on-Tala.jpg Elva LED Tala Lamp - On 1000 1000 44772
56611 65301 product 0 68844 M 0 D 0 0 dominion-flush-mount-16in-500-buttery-yellow.jpg 16" Dominion, 500-Buttery Yellow 1000 1000 68844
56629 65302 product 0 68862 M 0 D 0 0 dino-flush-mount-14in-705.jpg 14" Dino, 705-Navy 1000 1000 68862
59120 65460 product 0 71353 M 0 D 0 0 Laramie-flush-mount-16in-300-dark-green-WC.jpg 16" Laramie, 300-Dark Green, Wire Cage, 975-Galvanized 1000 1000 71353
59160 65417 product 0 71393 M 0 D 0 0 wilcox-flush-mount-10in-480-blush-pink.jpg 10" Wilcox, 480-Blush Pink 1000 1000 71393
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
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
66370 65673 product 0 78603 M 0 D 0 0 emblem-stem-999-oil-rubbed-copper.jpg 12" Emblem, 999-Natural Oil-Rubbed Copper, Decorative Canopy & Hex Cover 1000 1000 78603
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
69060 65794 product 0 81293 M 0 D 0 0 LOMA-Chandelier-Linear-3-Light-999-oil-rubbed-copper-100-black_yf1u-2r.jpg Loma 3-Light Chandelier, 16" Shades, 999-Natural Oil-Rubbed Copper, Mounting in 100-Black 1000 1000 81293
69061 65795 product 0 81294 M 0 D 0 0 Loma-Chandelier-4-light-400-barn-red.jpg Loma 4-Light Chandelier, 12" Shades, 400-Barn Red 1000 1000 81294