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 = 'category' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    '2958', '2959', '2960', '2961', '2962', 
    '2963', '2964', '2965', '3211', '3213', 
    '3214', '3212', '3210', '3655', '3656', 
    '2476', '2477', '3555', '3547', '2478', 
    '2479', '2480', '2481', '2482', '2483', 
    '2365', '308', '2304', '2403', '3557', 
    '3477', '3474', '3644', '3645', '3215', 
    '3344', '3345', '2485', '300', '304', 
    '302', '305', '2321', '307', '303', 
    '301', '309', '306', '2298', '189', 
    '203', '204', '206', '205', '207', 
    '2780', '2781', '2966', '2967', '2968', 
    '2969', '2970', '2971', '2972', '2973', 
    '2974', '3464', '3465', '3467', '3468', 
    '3666', '3752', '3788', '3885', '3901', 
    '3908'
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00149

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": 89,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'category' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in ('2958','2959','2960','2961','2962','2963','2964','2965','3211','3213','3214','3212','3210','3655','3656','2476','2477','3555','3547','2478','2479','2480','2481','2482','2483','2365','308','2304','2403','3557','3477','3474','3644','3645','3215','3344','3345','2485','300','304','302','305','2321','307','303','301','309','306','2298','189','203','204','206','205','207','2780','2781','2966','2967','2968','2969','2970','2971','2972','2973','2974','3464','3465','3467','3468','3666','3752','3788','3885','3901','3908')"
        }
      }
    },
    "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.image_id"],
      "rows": 1,
      "filtered": 100
    },
    "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
8215 308 category 0 15266 M 0
8216 300 category 0 15267 M 0
8217 304 category 0 15268 M 0
8221 305 category 0 15272 M 0
9410 2477 category 0 16463 M 0
9411 2479 category 0 16464 M 0
9412 2478 category 0 16465 M 0
9413 2480 category 0 16466 M 0
9414 2481 category 0 16467 M 0
9415 2482 category 0 16468 M 0
9416 2483 category 0 16469 M 0
9417 2365 category 0 16470 M 0
9418 2304 category 0 16471 M 0
9419 2403 category 0 16472 M 0
9420 3345 category 0 16473 M 0
9421 3344 category 0 16474 M 0
9422 2321 category 0 16475 M 0
9423 307 category 0 16476 M 0
9424 303 category 0 16477 M 0
9425 302 category 0 16478 M 0
9426 3215 category 0 16479 M 0
9427 2485 category 0 16480 M 0
9428 301 category 0 16481 M 0
9429 309 category 0 16482 M 0
9430 306 category 0 16483 M 0
9431 2298 category 0 16484 M 0
9432 189 category 0 16485 M 0
9433 203 category 0 16486 M 0
9434 204 category 0 16487 M 0
9435 206 category 0 16488 M 0
9436 205 category 0 16489 M 0
9439 207 category 0 16492 M 0
9440 2780 category 0 16493 M 0
9441 2781 category 0 16494 M 0
9443 2966 category 0 16496 M 0
9444 2967 category 0 16497 M 0
9445 2968 category 0 16498 M 0
9446 2971 category 0 16499 M 0
9447 2972 category 0 16500 M 0
9448 2973 category 0 16501 M 0
9449 2974 category 0 16502 M 0
9450 2969 category 0 16503 M 0
9451 2970 category 0 16504 M 0
9452 2476 category 0 16505 M 0
9453 2958 category 0 16506 M 0
9454 2959 category 0 16507 M 0
9455 2960 category 0 16508 M 0
9456 2961 category 0 16509 M 0
9457 2962 category 0 16510 M 0
9459 2964 category 0 16512 M 0
9460 2965 category 0 16513 M 0
9461 2963 category 0 16514 M 0
9462 3211 category 0 16515 M 0
9463 3213 category 0 16516 M 0
9464 3214 category 0 16517 M 0
9465 3212 category 0 16518 M 0
9466 3210 category 0 16519 M 0
9592 3464 category 0 16651 M 0
9593 3465 category 0 16652 M 0
9595 3467 category 0 16654 M 0
9596 3468 category 0 16655 M 0
9650 3474 category 0 16710 M 0
9651 3477 category 0 16711 M 0
9920 3557 category 0 16982 M 0
9921 3547 category 0 16983 M 0
9922 3555 category 0 16984 M 0