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 (
    65531, 65463, 65701, 65298, 65563, 65698, 
    65461, 65426, 65299, 65521, 65560, 
    65796
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00116

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 (65531,65463,65701,65298,65563,65698,65461,65426,65299,65521,65560,65796)"
        }
      }
    },
    "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
56484 65298 product 0 68717 M 0 D 0 0 avalon-flush-mount-16in-975-galvanized.jpg 16" Avalon, 975-Galvanized 1000 1000 68717
56543 65299 product 0 68776 M 0 D 0 0 aero-flush-mount-16in-490-magenta-975-galvanized.jpg 16" Aero, 490-Magenta, Mounting in 975-Galvanized 1000 1000 68776
59088 65463 product 0 71321 M 0 D 0 0 cherokee-flush-mount-16in-975-galvanized.jpg 16" Cherokee, 975-Galvanized, FST-Frosted Glass 1000 1000 71321
59100 65461 product 0 71333 M 0 D 0 0 chestnut-flush-mount-16in-100-black.jpg 16" Chestnut, 100-Black 1000 1000 71333
62513 65560 product 0 74746 M 0 D 0 0 Newport-311-jadite-standard-canopy-stem.jpg Newport Stem Mount Pendant Light, 311-Jadite 1000 1000 74746
62540 65563 product 0 74773 M 0 D 0 0 Newport-705-Navy-CSGW-white--gold-cord-studio-cable.jpg Newport Studio Light, 705-Navy, CSGW-Gold & White Cloth Cord 1000 1000 74773
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
63637 65426 product 0 75870 M 0 D 0 0 esso-flush-mount-8in-705-Navy.jpg 8" Esso, 705-Navy 1000 1000 75870
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
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
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
69062 65796 product 0 81295 M 0 D 0 0 Loma-3-light-chain-chandelier-16in-997-raw-brass-805-charcoal-granite-black-cord.jpg Loma 3-Light Chain Hung Chandelier, 16" Shades, 997-Natural Raw Brass, Mounting in 805-Charcoal Granite, SBK-Standard Black Cord 1000 1000 81295