SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    13008, 13009, 13010, 13011, 13012, 9874, 
    9875, 9887, 9879, 9796, 9942, 9943, 
    9941, 9944, 10813, 10814
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00146

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": 20.77922058,
      "attached_condition": "cscart_ab__video_gallery.product_id in (13008,13009,13010,13011,13012,9874,9875,9887,9879,9796,9942,9943,9941,9944,10813,10814) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
131 9875
132 9887
133 9879
134 9942
135 9796
136 9941
137 10813
138 9943
142 10814
144 9874
152 9944