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 = 'category' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    '871', '875', '886', '901', '877', '879', 
    '873', '888', '911', '890', '2544', 
    '2551'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00062

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 = 'category' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('871','875','886','901','877','879','873','888','911','890','2544','2551')"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["rfswire_cart.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": ["rfswire_cart.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_path alt image_x image_y images_image_id
7233 873 category 0 14149 M 0 Motorola-logo_nosf-eu.png 1600 1200 14149
7241 890 category 0 14157 M 0 VS_Image_Only_4bje-1f.jpg 307 81 14157
7289 911 category 0 14205 M 0 Tait-Communications-logo_d51z-pn.png 260 200 14205
7337 871 category 0 14253 M 0 1024px-Hytera_Logo.svg_t2rb-rj.png 1024 408 14253
7338 875 category 0 14254 M 0 ICOM_LOGO_A4_RGB_qns3-we.JPG 3189 1535 14254
7339 886 category 0 14255 M 0 kenwood-logo_kgu2-kd.jpg 2400 390 14255
7340 901 category 0 14256 M 0 Harris_Corporation_Logo.svg_y1su-a7.png 1280 385 14256
7341 877 category 0 14257 M 0 Maxon-Dealer-Blue_fqjl-cn.jpg 1000 251 14257
7342 879 category 0 14258 M 0 Midland_Innovations_Logo_ybhu-g3.jpg 640 500 14258
7343 888 category 0 14259 M 0 Relm_BK_tnqx-wz.gif 1411 536 14259
8107 2544 category 0 15158 M 0 Baofeng_logo_ezzb-3p.png 384 131 15158
8108 2551 category 0 15159 M 0 EFJ_Logo_7zzt-h7.png 1625 563 15159