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 (
    65103, 65454, 65102, 65596, 65597, 65683, 
    65608, 65612, 65602, 65610, 65611, 
    65598, 65873, 65965
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00094

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": 56,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65103,65454,65102,65596,65597,65683,65608,65612,65602,65610,65611,65598,65873,65965)"
        }
      }
    },
    "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
62216 65103 product 0 74449 A 0 D 0 0
62223 65102 product 0 74456 A 0 D 0 0
64560 65598 product 0 76793 A 0 D 0 0
64577 65602 product 0 76810 A 0 D 0 0
64578 65602 product 0 76811 A 0 D 0 0
64579 65602 product 0 76812 A 0 D 0 0
64628 65610 product 0 76861 A 0 D 0 0
64630 65611 product 0 76863 A 0 D 0 0
64632 65611 product 0 76865 A 0 D 0 0
64633 65612 product 0 76866 A 0 D 0 0
64660 65454 product 0 76893 A 0 D 0 0
70288 65873 product 0 82521 A 0 D 0 0
74232 65965 product 0 86465 A 0 D 0 0
62220 65102 product 0 74453 A 1 D 0 0
64538 65597 product 0 76771 A 1 D 0 0
64658 65454 product 0 76891 A 1 D 0 0
68769 65103 product 0 81002 A 1 D 0 0
72025 65873 product 0 84258 A 1 D 0 0
74236 65965 product 0 86469 A 1 D 0 0
62215 65103 product 0 74448 A 2 D 0 0
62221 65102 product 0 74454 A 2 D 0 0
64530 65597 product 0 76763 A 2 D 0 0
64662 65454 product 0 76895 A 2 D 0 0
72000 65873 product 0 84233 A 2 D 0 0
74229 65965 product 0 86462 A 2 D 0 0
62218 65103 product 0 74451 A 3 D 0 0
64531 65597 product 0 76764 A 3 D 0 0
64659 65454 product 0 76892 A 3 D 0 0
68775 65102 product 0 81008 A 3 D 0 0
72003 65873 product 0 84236 A 3 D 0 0
74230 65965 product 0 86463 A 3 D 0 0
62217 65103 product 0 74450 A 4 D 0 0
62222 65102 product 0 74455 A 4 D 0 0
64663 65454 product 0 76896 A 4 D 0 0
70290 65873 product 0 82523 A 4 D 0 0
74231 65965 product 0 86464 A 4 D 0 0
64664 65454 product 0 76897 A 5 D 0 0
68774 65102 product 0 81007 A 5 D 0 0
72002 65873 product 0 84235 A 5 D 0 0
74233 65965 product 0 86466 A 5 D 0 0
62224 65102 product 0 74457 A 6 D 0 0
64661 65454 product 0 76894 A 6 D 0 0
72001 65873 product 0 84234 A 6 D 0 0
74235 65965 product 0 86468 A 6 D 0 0
72177 65873 product 0 84410 A 7 C 0 0
74234 65965 product 0 86467 A 7 D 0 0
72179 65873 product 0 84412 A 8 C 0 0
74237 65965 product 0 86470 A 8 D 0 0
74238 65965 product 0 86471 A 9 D 0 0
74239 65965 product 0 86472 A 10 C 0 0
74240 65965 product 0 86473 A 11 C 0 0
74241 65965 product 0 86474 A 12 C 0 0
74242 65965 product 0 86475 A 13 C 0 0