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 (64780, 64781, 64783, 64782, 65465) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00117

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": 50,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64780,64781,64783,64782,65465)"
        }
      }
    },
    "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
39599 64780 product 0 51832 A 0 D 0 0
39622 64782 product 0 51855 A 0 D 0 0
39627 64783 product 0 51860 A 0 D 0 0
66787 64781 product 0 79020 A 0 D 0 0
66953 65465 product 0 79186 A 0 D 0 0
39619 64781 product 0 51852 A 1 D 0 0
66665 64780 product 0 78898 A 1 D 0 0
66709 64782 product 0 78942 A 1 D 0 0
66740 64783 product 0 78973 A 1 D 0 0
66955 65465 product 0 79188 A 1 D 0 0
39624 64782 product 0 51857 A 2 D 0 0
66663 64780 product 0 78896 A 2 D 0 0
66736 64783 product 0 78969 A 2 D 0 0
66786 64781 product 0 79019 A 2 D 0 0
66959 65465 product 0 79192 A 2 D 0 0
39626 64783 product 0 51859 A 3 D 0 0
66664 64780 product 0 78897 A 3 D 0 0
66708 64782 product 0 78941 A 3 D 0 0
66790 64781 product 0 79023 A 3 D 0 0
66954 65465 product 0 79187 A 3 D 0 0
66707 64782 product 0 78940 A 4 D 0 0
66737 64783 product 0 78970 A 4 D 0 0
66789 64781 product 0 79022 A 4 D 0 0
66958 65465 product 0 79191 A 4 D 0 0
66999 64780 product 0 79232 A 4 D 0 0
39623 64782 product 0 51856 A 5 D 0 0
66667 64780 product 0 78900 A 5 D 0 0
66739 64783 product 0 78972 A 5 D 0 0
66788 64781 product 0 79021 A 5 D 0 0
66956 65465 product 0 79189 A 5 D 0 0
39620 64781 product 0 51853 A 6 D 0 0
58095 64780 product 0 70328 A 6 C 0 0
66706 64782 product 0 78939 A 6 D 0 0
66738 64783 product 0 78971 A 6 D 0 0
66957 65465 product 0 79190 A 6 D 0 0
49915 64783 product 0 62148 A 7 C 0 0
58499 64781 product 0 70732 A 7 C 0 0
62192 64780 product 0 74425 A 7 C 0 0
62193 64780 product 0 74426 A 8 C 0 0
62414 64781 product 0 74647 A 8 C 0 0
58498 64781 product 0 70731 A 9 C 0 0
61459 64780 product 0 73692 A 9 C 0 0
39602 64780 product 0 51835 A 10 C 0 0
66210 64781 product 0 78443 A 10 C 0 0
61460 64780 product 0 73693 A 11 C 0 0
66211 64781 product 0 78444 A 11 C 0 0
66852 64781 product 0 79085 A 11 C 0 0
66853 64781 product 0 79086 A 11 C 0 0
58096 64780 product 0 70329 A 12 C 0 0
39601 64780 product 0 51834 A 13 C 0 0