INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c15eed2e58176bdb4a736f02ebf32fbee8d8b8547f8f4ed71e36d88baf1c0f6d', 
    'jfhuDyJ2wYPu2Khq223LJC/Han1GfYxx3jvLATgtxi0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)