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 (
    65626, 65466, 65803, 65564, 65459, 65469, 
    65468, 65814, 65815, 65720, 65732, 
    65479
  ) 
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 (65626,65466,65803,65564,65459,65469,65468,65814,65815,65720,65732,65479)"
        }
      }
    },
    "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
59167 65459 product 0 71400 M 0 D 0 0 Navy-wilcox.jpg 12" Wilcox Uplight Flush Mount, 705-Navy, Mounting in 975-Galvanized 1000 1000 71400
63223 65564 product 0 75456 M 0 D 0 0 Ellington-Flush-Mount-16in-975-galvanized.jpg 16" Ellington Flush Mount, 975-Galvanized, Shown with G25 Half Chrome Bulb 1000 1000 75456
65145 65626 product 0 77378 M 0 D 0 0 36ft-smart-string-lights-814361.jpeg 36' Smart LED String Light Set with Bulbs 999 1000 77378
66528 65466 product 0 78761 M 0 D 0 0 Bridgeport-flush-mount-14in-715-delphite-CGG-FST-alt.jpg 14" Bridgeport, 765-Porcelain Delphite, CGG-Standard Cast Guard, 150-Black, FST-Frosted Glass 1000 1000 78761
66580 65479 product 0 78813 M 0 D 0 0 cleveland-flush-mount-16in-800-industrial-grey-100-black-CGG-FST-alt_2i2e-az.jpg 16" Cleveland LED, 800-Industrial Grey, CGG-Standard Cast Guard, 100-Black, FST-Frosted Glass, Mounting in 100-Black 1000 1000 78813
66588 65468 product 0 78821 M 0 D 0 0 cleveland-flush-mount-16in-200-white-100-black-WGG-FST-alt.jpg 16" Cleveland, 200-White, WGG-Wire Guard, 100-Black, RIB-Ribbed Glass, Mounting in 100-Black 1000 1000 78821
66855 65469 product 0 79088 M 0 D 0 0 syracuse-flush-mount-14in-700-royal-blue-CGG-RIB.jpg 14" Syracuse, 700-Royal Blue, CGG-Standard Cast Guard, RIB-Ribbed Glass 1000 1000 79088
67855 65720 product 0 80088 M 0 D 0 0 Parabolic-Adjustable-Sconce-997-raw-brass-with-arm.jpg Parabolic Wall Sconce, 997-Natural Raw Brass, Extended Arm 1000 1000 80088
68046 65732 product 0 80279 M 0 D 0 0 Avalon-42in-Stem-705-navy.jpg 42" Avalon, 705-Navy 1000 1000 80279
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
69346 65814 product 0 81579 M 0 D 0 0 Chestnut-studio-pendant-30in-300-dark-green-black-brown-chevron-cord.jpg 30" Chestnut, 300-Dark Green, CSBB-Black & Brown Chevron Cord 1000 1000 81579
69396 65815 product 0 81629 M 0 D 0 0 Chestnut-stem-pendant-30in-200-white-100-black.jpg 30" Chestnut, 200-White, Mounting in 100-Black 1000 1000 81629