INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '45c14a3b33aa7a8092db058246bd44312ed256a241fa761d5e64281c3f731876', 
    'JArfO5MMGqWHcthnWO3GPiEt5dpLjbaJDm57sT3x9fA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)