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 = 'A' 
  AND cscart_images_links.object_id IN (
    65424, 65650, 65681, 60738, 65793, 62671, 
    64340, 61386, 65672, 65425, 65300, 
    65534
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00153

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": 66,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65424,65650,65681,60738,65793,62671,64340,61386,65672,65425,65300,65534)"
        }
      }
    },
    "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
33719 61386 product 0 45952 A 0 C 0 0
59081 65424 product 0 71314 A 0 D 0 0
59108 65300 product 0 71341 A 0 D 0 0
59131 65425 product 0 71364 A 0 D 0 0
62275 60738 product 0 74508 A 0 D 0 0
62276 60738 product 0 74509 A 0 D 0 0
62277 60738 product 0 74510 A 0 D 0 0
62325 64340 product 0 74558 A 0 D 0 0
63136 62671 product 0 75369 A 0 D 0 0
64556 65534 product 0 76789 A 0 D 0 0
66146 61386 product 0 78379 A 0 C 0 0
66389 65672 product 0 78622 A 0 D 0 0
66545 65681 product 0 78778 A 0 D 0 0
66556 65681 product 0 78789 A 0 D 0 0
66558 65681 product 0 78791 A 0 D 0 0
66559 65681 product 0 78792 A 0 D 0 0
69423 65793 product 0 81656 A 0 D 0 0
59106 65300 product 0 71339 A 1 D 0 0
59128 65425 product 0 71361 A 1 D 0 0
62326 64340 product 0 74559 A 1 D 0 0
63135 62671 product 0 75368 A 1 D 0 0
63551 65424 product 0 75784 A 1 D 0 0
69429 65793 product 0 81662 A 1 D 0 0
56560 65300 product 0 68793 A 2 D 0 0
59085 65424 product 0 71318 A 2 D 0 0
59129 65425 product 0 71362 A 2 D 0 0
62327 64340 product 0 74560 A 2 D 0 0
63138 62671 product 0 75371 A 2 D 0 0
66392 65672 product 0 78625 A 2 D 0 0
69424 65793 product 0 81657 A 2 D 0 0
33744 64340 product 0 45977 A 3 C 0 0
56561 65300 product 0 68794 A 3 D 0 0
59082 65424 product 0 71315 A 3 D 0 0
59127 65425 product 0 71360 A 3 D 0 0
63137 62671 product 0 75370 A 3 D 0 0
69427 65793 product 0 81660 A 3 D 0 0
46459 62671 product 0 58692 A 4 D 0 0
56386 64340 product 0 68619 A 4 C 0 0
59107 65300 product 0 71340 A 4 D 0 0
59130 65425 product 0 71363 A 4 D 0 0
63550 65424 product 0 75783 A 4 D 0 0
66388 65672 product 0 78621 A 4 D 0 0
69425 65793 product 0 81658 A 4 D 0 0
46465 62671 product 0 58698 A 5 D 0 0
56562 65300 product 0 68795 A 5 D 0 0
57032 64340 product 0 69265 A 5 C 0 0
59083 65424 product 0 71316 A 5 D 0 0
64010 65425 product 0 76243 A 5 D 0 0
66391 65672 product 0 78624 A 5 D 0 0
69428 65793 product 0 81661 A 5 D 0 0
22718 62671 product 0 34616 A 6 D 0 0
58493 64340 product 0 70726 A 6 C 0 0
59086 65424 product 0 71319 A 6 D 0 0
64009 65425 product 0 76242 A 6 D 0 0
65068 65300 product 0 77301 A 6 D 0 0
65730 65425 product 0 77963 A 6 C 0 0
66393 65672 product 0 78626 A 6 D 0 0
69426 65793 product 0 81659 A 6 D 0 0
62407 64340 product 0 74640 A 7 C 0 0
63549 65424 product 0 75782 A 7 D 0 0
66390 65672 product 0 78623 A 7 D 0 0
68119 65672 product 0 80352 A 7 C 0 0
59084 65424 product 0 71317 A 8 D 0 0
65593 65424 product 0 77826 A 8 C 0 0
68591 65424 product 0 80824 A 8 C 0 0