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 (
    62258, 65562, 65584, 60732, 60733, 60737, 
    65522, 64621, 61385, 65524, 65653, 
    64942
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00123

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 (62258,65562,65584,60732,60733,60737,65522,64621,61385,65524,65653,64942)"
        }
      }
    },
    "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
12295 60732 product 0 21550 M 0 D 0 0 G4_Gooseneck_Arm_-_Barn_Light_Electric.png G4 Gooseneck Arm 3334 3334 21550
12296 60733 product 0 21552 M 0 D 0 0 G5_Gooseneck_Arm_-_Barn_Light_Electric.png G5 Gooseneck Arm 3334 3334 21552
12300 60737 product 0 21560 M 0 D 0 0 G9_Gooseneck_Arm_-_Barn_Light_Electric.png G9 Gooseneck Arm 3334 3334 21560
15879 61385 product 0 27378 M 0 D 0 0 G34_Gooseneck_Arm_-_Barn_Light_Electric.png G34 Gooseneck Arm 3334 3334 27378
32540 64621 product 0 44773 M 0 D 0 0 LED-bulbs-Globe-Clear-600-Lumens-2500K-on-Tala.jpg Globe LED Tala Lamp, Clear - On 1000 1000 44773
48360 64942 product 0 60593 M 0 D 0 0 globe-glass-opqaue.jpg Round Schoolhouse, Opaque 1000 1000 60593
53867 62258 product 0 66100 M 0 D 0 0 Heavy-Duty-Guard-Barn-Red.jpg Heavy Duty Cast Guard, 400-Barn Red 1000 1000 66100
62539 65562 product 0 74772 M 0 D 0 0 Newport-307-Emerald-sbk-standard-black-cord-chain.jpg Newport Chain Hung Pendant Light, 307-Emerald Green, SBK-Standard Black Cord 1000 1000 74772
63857 65524 product 0 76090 M 0 D 0 0 wilcox-chain-24in-307-emerald-CSB.jpg 24" Wilcox, 307-Emerald Green, CSB-Black Cloth Cord 1000 1000 76090
63873 65522 product 0 76106 M 0 D 0 0 Wilcox-stem-24in-400-barn-red.jpg 24" Wilcox, 400-Barn Red 1000 1000 76106
64267 65584 product 0 76500 M 0 D 0 0 30in-Ellington-Studio-Cable-975-galvanized-CMG_1q4p-3b.jpg Ellington 30" Pendant, 975-Galvanized, CMG-Grey Cloth Cord, Shown with 40W G40 Bulb 1000 1000 76500
65688 65653 product 0 77921 M 0 D 0 0 Homestead-Pendant-Green-Glass-Galvanized-Turn-Key-Switch-Black-Cord_e8yz-i4.jpg Homestead Pendant, Green Glass, Cup in 975-Galvanized, No Arms, Turn Key Switch, SBK-Standard Black Cord 1000 1000 77921