SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    2778, 2775, 2776, 2762, 2772, 2774, 2773
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00061

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": 26,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (2778,2775,2776,2762,2772,2774,2773)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["noframes_kz_new.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": ["noframes_kz_new.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 = 'ru' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res rf_original pair_id object_id object_type detailed_id type position alt images_image_id
0 11511 2762 product 9718 A 1
0 11635 2773 product 9842 A 1
0 11651 2774 product 9858 A 1
0 11668 2775 product 9875 A 1
0 11689 2776 product 9896 A 1
0 11512 2762 product 9719 A 2
0 11636 2773 product 9843 A 2
0 11652 2774 product 9859 A 2
0 11669 2775 product 9876 A 2
0 11690 2776 product 9897 A 2
0 11513 2762 product 9720 A 3
0 11627 2772 product 9834 A 3
0 11637 2773 product 9844 A 3
0 11653 2774 product 9860 A 3
0 11670 2775 product 9877 A 3
0 11691 2776 product 9898 A 3
0 11514 2762 product 9721 A 4
0 11628 2772 product 9835 A 4
0 11638 2773 product 9845 A 4
0 11654 2774 product 9861 A 4
0 11671 2775 product 9878 A 4
0 11692 2776 product 9899 A 4
0 11629 2772 product 9836 A 5
0 11639 2773 product 9846 A 5
0 11655 2774 product 9862 A 5
0 11672 2775 product 9879 A 5
0 11693 2776 product 9900 A 5
0 11630 2772 product 9837 A 6
0 11640 2773 product 9847 A 6
0 11656 2774 product 9863 A 6
0 11673 2775 product 9880 A 6
0 11694 2776 product 9901 A 6
0 11631 2772 product 9838 A 7
0 11641 2773 product 9848 A 7
0 11657 2774 product 9864 A 7
0 11674 2775 product 9881 A 7
0 11695 2776 product 9902 A 7
0 11634 2773 product 9841 A 8
0 11658 2774 product 9865 A 8
0 11675 2775 product 9882 A 8
0 11696 2776 product 9903 A 8
0 11632 2772 product 9839 A 9
0 11650 2774 product 9857 A 9
0 11676 2775 product 9883 A 9
0 11688 2776 product 9895 A 9
0 11633 2772 product 9840 A 10
0 11677 2775 product 9884 A 10
0 11731 2778 product 9938 A 13
0 11732 2778 product 9939 A 14
0 11733 2778 product 9940 A 15
0 11734 2778 product 9941 A 16
0 11735 2778 product 9942 A 17
0 11736 2778 product 9943 A 18
0 11737 2778 product 9944 A 19
0 11738 2778 product 9945 A 20
0 11739 2778 product 9946 A 21
0 11740 2778 product 9947 A 22