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 (
    65535, 65674, 65465, 65418, 65536, 65423, 
    65455, 65700, 65453, 65625, 64815, 
    65691
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00071

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 (65535,65674,65465,65418,65536,65423,65455,65700,65453,65625,64815,65691)"
        }
      }
    },
    "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
40347 64815 product 0 52580 M 0 D 0 0 jelly-glass-clear-green.jpg Green Jelly Jar Glass 1000 1000 52580
59141 65423 product 0 71374 M 0 D 0 0 sterling-flush-mount-16in-975-galvanized.jpg 16" Sterling, 975-Galvanized 1000 1000 71374
59147 65453 product 0 71380 M 0 D 0 0 tuscany-flush-mount-705-navy.jpg Tuscany Flush Mount, 705-Navy 1000 1000 71380
59151 65418 product 0 71384 M 0 D 0 0 union-flush-mount-16in-997-natural-raw-brass-100-black.jpg 16" Union, 997-Natural Raw Brass, Mounting in 100-Black 1000 1000 71384
64079 65455 product 0 76312 M 0 D 0 0 canal-flush-mount-105-textured-black.jpg Canal Flush Mount, 105-Textured Black 1000 1000 76312
64552 65535 product 0 76785 M 0 D 0 0 schoolhouse-drum-kao-cord-400-barn-red-1-stripe-CRZ.jpg Kao Drum Schoolhouse Pendant, 400-Barn Red, Clear Glass, Single Painted Band, CRZ-Red Chevron Cord, Shown with G40 Bulb 1000 1000 76785
64554 65536 product 0 76787 M 0 D 0 0 schoolhouse-round-kao-cord-715-delphite-PB11-three-band.jpg Kao Round Schoolhouse Pendant, 715-Delphite, Opaque Glass, Three Painted Band, CMG-Grey Cloth Cord 1000 1000 76787
65138 65625 product 0 77371 M 0 D 0 0 48ft-string-lights-led-s14.jpeg 30' LED String Light Set with Bulbs 1000 1000 77371
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
66952 65465 product 0 79185 M 0 D 0 0 chicago-flush-mount-18in-355-jadite-100-black-TGG-RIB.jpg 18" Chicago, 355-Porcelain Jadite, Mounting in 150-Black, TGG-Heavy Duty Cast Guard, 150-Black, RIB-Ribbed Glass 1000 1000 79185
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