SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10760, 10759, 10758, 10757, 10756, 10755, 
    10754, 10753, 10752, 10751, 10750, 
    10749, 10748, 10747, 15736, 15737, 
    15738, 15739, 15740, 15741
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 25.97402573,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10760,10759,10758,10757,10756,10755,10754,10753,10752,10751,10750,10749,10748,10747,15736,15737,15738,15739,15740,15741) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
91 15737
94 15739
96 15740
97 15741
98 15738
100 15736