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.image_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 (
    64941, 62258, 60732, 60733, 60737, 64621, 
    61385, 64942, 60751, 60735, 64943, 
    64339, 63128, 60738, 62671, 64340, 
    61386, 64620, 64815, 65519, 65568, 
    65851, 65870, 65875
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00080

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": 24,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (64941,62258,60732,60733,60737,64621,61385,64942,60751,60735,64943,64339,63128,60738,62671,64340,61386,64620,64815,65519,65568,65851,65870,65875)"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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
12296 60733 product 0 21552 M 0 D 0 0
12298 60735 product 0 21556 M 0 D 0 0
12300 60737 product 0 21560 M 0 D 0 0
12301 60738 product 0 21562 M 0 D 0 0
12332 60751 product 0 21624 M 0 D 0 0
15879 61385 product 0 27378 M 0 D 0 0
22717 62671 product 0 34615 M 0 D 0 0
30284 64339 product 0 42507 M 0 D 0 0
30287 64340 product 0 42510 M 0 D 0 0
32539 64620 product 0 44772 M 0 D 0 0
32540 64621 product 0 44773 M 0 D 0 0
37745 61386 product 0 49978 M 0 D 0 0
38167 63128 product 0 50400 M 0 D 0 0
40347 64815 product 0 52580 M 0 D 0 0
48355 64943 product 0 60588 M 0 D 0 0
48357 64941 product 0 60590 M 0 D 0 0
48360 64942 product 0 60593 M 0 D 0 0
53867 62258 product 0 66100 M 0 D 0 0
60850 65519 product 0 73083 M 0 D 0 0
63457 65568 product 0 75690 M 0 D 0 0
70147 65851 product 0 82380 M 0 D 0 0
70186 65870 product 0 82419 M 0 D 0 0
70298 65875 product 0 82531 M 0 D 0 0