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 (
    '968', '974', '970', '1000', '976', 
    '978', '983', '972', '1005', '1007', 
    '2542', '2549'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00058

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 ('968','974','970','1000','976','978','983','972','1005','1007','2542','2549')"
        }
      }
    },
    "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
7231 983 category 0 14147 M 0 Motorola-logo_zvvr-kg.png 1600 1200 14147
7239 1007 category 0 14155 M 0 VS_Image_Only_k158-lx.jpg 307 81 14155
7288 1005 category 0 14204 M 0 Tait-Communications-logo_01d3-qe.png 260 200 14204
7325 968 category 0 14241 M 0 1024px-Hytera_Logo.svg_zeni-bo.png 1024 408 14241
7326 974 category 0 14242 M 0 ICOM_LOGO_A4_RGB_i5e5-fz.JPG 3189 1535 14242
7327 970 category 0 14243 M 0 kenwood-logo_mnux-x8.jpg 2400 390 14243
7328 1000 category 0 14244 M 0 Harris_Corporation_Logo.svg_thp4-w5.png 1280 385 14244
7329 976 category 0 14245 M 0 Maxon-Dealer-Blue_1k0x-8l.jpg 1000 251 14245
7330 978 category 0 14246 M 0 Midland_Innovations_Logo_3dc5-u6.jpg 640 500 14246
7331 972 category 0 14247 M 0 Relm_BK_sy7v-3e.gif 1411 536 14247
8103 2542 category 0 15154 M 0 Baofeng_logo_5rpg-g6.png 384 131 15154
8104 2549 category 0 15155 M 0 EFJ_Logo_yoq2-fa.png 1625 563 15155